DBA Data[Home] [Help]

APPS.ZX_TDS_CALC_SERVICES_PUB_PKG dependencies on ZX_PARTY_TAX_PROFILE

Line 4403: FROM zx_party_tax_profile

4399: x_return_status OUT NOCOPY VARCHAR2 )
4400: IS
4401: CURSOR get_process_for_appl_flg IS
4402: SELECT process_for_applicability_flag
4403: FROM zx_party_tax_profile
4404: WHERE party_tax_profile_id = p_tax_prof_id;
4405:
4406: l_process_for_appl_flg zx_party_tax_profile.process_for_applicability_flag%TYPE;
4407:

Line 4406: l_process_for_appl_flg zx_party_tax_profile.process_for_applicability_flag%TYPE;

4402: SELECT process_for_applicability_flag
4403: FROM zx_party_tax_profile
4404: WHERE party_tax_profile_id = p_tax_prof_id;
4405:
4406: l_process_for_appl_flg zx_party_tax_profile.process_for_applicability_flag%TYPE;
4407:
4408: BEGIN
4409: g_current_runtime_level := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
4410: