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)
Internal location is Already assigned to another Ship-to Address
SELECT * FROM hz_cust_accounts WHERE ACCOUNT_NUMBER = 'R08'; -- CUST_ACCOUNT_ID =51401 , PARTY_ID= 235048 SELECT * FRO...
-
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...
-
MMT -> GMF -> XLA GL ---------------------------------------- The Pre-Processor should pick up all Transactions (related to a proce...
No comments:
Post a Comment