DBA Data[Home] [Help]

APPS.ZX_TEST_API dependencies on ZX_EVNT_TYP_MAPPINGS

Line 7418: FROM zx_evnt_typ_mappings

7414: -----------------------------------------------------------
7415: Begin
7416:
7417: Select event_type_code into g_transaction_rec.event_type_code
7418: FROM zx_evnt_typ_mappings
7419: WHERE application_id = g_suite_rec_tbl.APPLICATION_ID(l_initial_row)
7420: AND entity_code = g_suite_rec_tbl.ENTITY_CODE(l_initial_row)
7421: AND event_class_code = g_suite_rec_tbl.EVENT_CLASS_CODE(l_initial_row)
7422: AND tax_event_type_code = 'UPDATE';

Line 7630: FROM zx_evnt_typ_mappings

7626:
7627: --g_transaction_rec.tax_hold_released_code := l_tax_hold_code;
7628: BEGIN
7629: Select event_type_code into g_transaction_rec.event_type_code
7630: FROM zx_evnt_typ_mappings
7631: WHERE application_id = g_suite_rec_tbl.APPLICATION_ID(l_initial_row)
7632: AND entity_code = g_suite_rec_tbl.ENTITY_CODE(l_initial_row)
7633: AND event_class_code = g_suite_rec_tbl.EVENT_CLASS_CODE(l_initial_row)
7634: AND tax_event_type_code = 'CANCEL';

Line 7675: FROM zx_evnt_typ_mappings

7671: ----------------------------------------------------------------------
7672:
7673: BEGIN
7674: Select event_type_code into g_transaction_rec.event_type_code
7675: FROM zx_evnt_typ_mappings
7676: WHERE application_id = g_suite_rec_tbl.APPLICATION_ID(l_initial_row)
7677: AND entity_code = g_suite_rec_tbl.ENTITY_CODE(l_initial_row)
7678: AND event_class_code = g_suite_rec_tbl.EVENT_CLASS_CODE(l_initial_row)
7679: AND tax_event_type_code = 'RELEASE_HOLD';

Line 8132: FROM zx_evnt_typ_mappings zxevntmap

8128: BEGIN
8129:
8130: SELECT zxevntmap.tax_event_type_code
8131: INTO x_tx_evnt_typ_code
8132: FROM zx_evnt_typ_mappings zxevntmap
8133: WHERE zxevntmap.event_class_code = p_evnt_cls_code
8134: AND zxevntmap.application_id = p_appln_id
8135: AND zxevntmap.entity_code = p_entity_code
8136: AND zxevntmap.event_type_code = p_evnt_typ_code