Saturday, 19 December 2020
SLA Setup Details R12
select *
FROM xla_prod_acct_headers pah,
xla_event_classes_tl ecl,
xla_event_types_tl etl,
xla_lookups xlk
WHERE pah.application_id = ecl.application_id
AND pah.entity_code = ecl.entity_code
AND pah.event_class_code = ecl.event_class_code
AND ecl.language = USERENV ('LANG')
AND pah.application_id = etl.application_id
AND pah.entity_code = etl.entity_code
AND pah.event_class_code = etl.event_class_code
AND pah.event_type_code = etl.event_type_code
AND etl.language = USERENV ('LANG')
AND xlk.lookup_code(+) = pah.validation_status_code
AND xlk.lookup_type(+) = 'XLA_COMPILE_STATUS_TYPE';
Subscribe to:
Post Comments (Atom)
RCV API
DECLARE ln_user_id NUMBER; ln_po_header_id NUMBER := 3319024; --1713998; ln_vendor_id NUMBER; lv_segment1 VARCHAR2(20)...
-
OPM Financials Tables: TABLE NAME DESCRIPTION CM_ACER_MSG The Actual Cost Process Error Message Table will provide the user a...
-
FND API to Delete, Add and Update value set values in Oracle Applications 01. Need to create a table like : CREATE TABLE...
-
/* opm_undo_create_accounting_by_date_range_and_LE_R12.sql +=======================================================================+ * ...
No comments:
Post a Comment