DBA Data[Home] [Help]

APPS.ZX_TDS_CALC_SERVICES_PUB_PKG dependencies on ZX_PARTY_TAX_PROFILE

Line 4108: FROM zx_party_tax_profile

4104: x_return_status OUT NOCOPY VARCHAR2 )
4105: IS
4106: CURSOR get_process_for_appl_flg IS
4107: SELECT process_for_applicability_flag
4108: FROM zx_party_tax_profile
4109: WHERE party_tax_profile_id = p_tax_prof_id;
4110:
4111: l_process_for_appl_flg zx_party_tax_profile.process_for_applicability_flag%TYPE;
4112:

Line 4111: l_process_for_appl_flg zx_party_tax_profile.process_for_applicability_flag%TYPE;

4107: SELECT process_for_applicability_flag
4108: FROM zx_party_tax_profile
4109: WHERE party_tax_profile_id = p_tax_prof_id;
4110:
4111: l_process_for_appl_flg zx_party_tax_profile.process_for_applicability_flag%TYPE;
4112:
4113: BEGIN
4114: g_current_runtime_level := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
4115: