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)
OM Order Info of respective ORDER_NUMBER in R12
SELECT ood.organization_code org_code, ood.organization_name org_name, wdd.DELIVERY_DETAIL_ID ...
-
FND API to Delete, Add and Update value set values in Oracle Applications 01. Need to create a table like : CREATE TABLE...
-
OPM Financials Tables: TABLE NAME DESCRIPTION CM_ACER_MSG The Actual Cost Process Error Message Table will provide the user a...
-
SELECT * FROM hz_cust_accounts WHERE ACCOUNT_NUMBER = 'R08'; -- CUST_ACCOUNT_ID =51401 , PARTY_ID= 235048 SELECT * FRO...
No comments:
Post a Comment