DBA Data[Home] [Help]

APPS.ZX_TEST_API dependencies on ZX_EVNT_CLS_MAPPINGS

Line 603: -- From zx_evnt_cls_mappings (g_party_rec)

599: l_separator := ':';
600:
601: --------------------------------------------------------
602: -- Determine the Flow of the Scenario. (P2P or OTC)
603: -- From zx_evnt_cls_mappings (g_party_rec)
604: --------------------------------------------------------
605: l_flow := g_party_rec.prod_family_grp_code;
606:
607:

Line 1620: zx_evnt_cls_mappings

1616: g_party_rec.BILL_FROM_PTY_SITE_TYPE,
1617: g_party_rec.TTL_TRNS_PTY_SITE_TYPE,
1618: g_party_rec.PROD_FAMILY_GRP_CODE
1619: FROM
1620: zx_evnt_cls_mappings
1621: WHERE
1622: application_id = g_suite_rec_tbl.application_id(p_header_row)
1623: and entity_code = g_suite_rec_tbl.entity_code(p_header_row)
1624: and event_class_code = g_suite_rec_tbl.event_class_code(p_header_row) ;