DBA Data[Home] [Help]

APPS.ZX_AP_TAX_CLASSIFICATN_DEF_PKG dependencies on ZX_EVNT_CLS_OPTIONS

Line 457: from zx_evnt_cls_options

453: c_entity_code VARCHAR2,
454: c_event_class_code VARCHAR2) IS
455: select enforce_tax_from_acct_flag,
456: enforce_tax_from_ref_doc_flag
457: from zx_evnt_cls_options
458: where application_id = c_application_id
459: and entity_code = c_entity_code
460: and event_class_code = c_event_class_code
461: and first_pty_org_id = (Select party_tax_profile_id

Line 2180: from zx_evnt_cls_options

2176: c_entity_code VARCHAR2,
2177: c_event_class_code VARCHAR2) IS
2178: select enforce_tax_from_acct_flag,
2179: enforce_tax_from_ref_doc_flag
2180: from zx_evnt_cls_options
2181: where application_id = c_application_id
2182: and entity_code = c_entity_code
2183: and event_class_code = c_event_class_code
2184: and first_pty_org_id = (Select party_tax_profile_id