DBA Data[Home] [Help]

APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on ZX_EVNT_CLS_OPTIONS

Line 944: from zx_evnt_cls_options

940: c_entity_code VARCHAR2,
941: c_event_class_code VARCHAR2,
942: c_trx_date DATE) IS
943: select enforce_tax_from_acct_flag
944: from zx_evnt_cls_options
945: where application_id = c_application_id
946: and entity_code = c_entity_code
947: and event_class_code = c_event_class_code
948: and first_pty_org_id = (Select party_tax_profile_id

Line 975: l_tax_enforce_account_flag zx_evnt_cls_options.enforce_tax_from_acct_flag%type;

971:
972:
973:
974:
975: l_tax_enforce_account_flag zx_evnt_cls_options.enforce_tax_from_acct_flag%type;
976:
977: BEGIN
978: g_current_runtime_level := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
979: