DBA Data[Home] [Help]

APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_EVNT_CLS_MAPPINGS

Line 1831: FROM ZX_EVNT_CLS_MAPPINGS clsmap

1827: fnd_global.user_id,
1828: sysdate,
1829: fnd_global.user_id,
1830: fnd_global.conc_login_id
1831: FROM ZX_EVNT_CLS_MAPPINGS clsmap
1832: WHERE clsmap.application_id = p_event_class_rec.application_id
1833: AND clsmap.entity_code = p_event_class_rec.entity_code
1834: AND clsmap.event_class_code = p_event_class_rec.event_class_code;
1835: EXCEPTION WHEN OTHERS THEN

Line 2383: zx_evnt_cls_mappings evnt

2379:
2380: BEGIN
2381: SELECT 'Y' INTO l_ptnr_calc_flag
2382: from ZX_O2C_CALC_TXN_INPUT_V ptnr,
2383: zx_evnt_cls_mappings evnt
2384: where evnt.application_id = p_event_class_rec.application_id
2385: and evnt.entity_code = p_event_class_rec.entity_code
2386: and evnt.event_class_code = p_event_class_rec.event_class_code
2387: and ptnr.transaction_id = p_event_class_rec.trx_id