DBA Data[Home] [Help]

APPS.PER_IN_ORG_INFO_LEG_HOOK dependencies on PAY_IN_PROF_TAX_PKG

Line 2799: pay_in_prof_tax_pkg.check_pt_loc

2795: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
2796:
2797: IF pay_in_utils.chk_org_class(p_organization_id, 'IN_PTAX_ORG') THEN
2798: pay_in_utils.set_location(g_debug,l_procedure,20);
2799: pay_in_prof_tax_pkg.check_pt_loc
2800: (p_organization_id => p_organization_id
2801: ,p_calling_procedure => p_calling_procedure
2802: ,p_location_id => p_location_id
2803: ,p_message_name => p_message_name

Line 3000: pay_in_prof_tax_pkg.check_pt_org_class

2996: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
2997:
2998:
2999: IF p_org_classif_code = 'IN_PTAX_ORG' THEN
3000: pay_in_prof_tax_pkg.check_pt_org_class
3001: (p_organization_id => p_organization_id
3002: ,p_calling_procedure => p_calling_procedure
3003: ,p_message_name => p_message_name
3004: ,p_token_name => p_token_name

Line 3288: pay_in_prof_tax_pkg.check_pt_exemptions

3284:
3285: pay_in_utils.set_location(g_debug,l_procedure,20);
3286:
3287: IF p_org_info_type_code = 'PER_IN_PT_EXEMPTIONS' THEN
3288: pay_in_prof_tax_pkg.check_pt_exemptions
3289: (p_organization_id => p_organization_id
3290: ,p_org_information_id => p_org_information_id
3291: ,p_org_info_type_code => p_org_info_type_code
3292: ,p_state => p_org_information1

Line 3308: pay_in_prof_tax_pkg.check_pt_frequency

3304: END IF;
3305: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,40);
3306: RETURN;
3307: ELSIF p_org_info_type_code = 'PER_IN_PT_FREQUENCY' THEN
3308: pay_in_prof_tax_pkg.check_pt_frequency
3309: (p_organization_id => p_organization_id
3310: ,p_org_information_id => p_org_information_id
3311: ,p_org_info_type_code => p_org_info_type_code
3312: ,p_state => p_org_information1

Line 3329: pay_in_prof_tax_pkg.check_pt_challan_info

3325: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,40);
3326: RETURN;
3327:
3328: ELSIF p_org_info_type_code = 'PER_IN_PT_CHALLAN_INFO' THEN
3329: pay_in_prof_tax_pkg.check_pt_challan_info
3330: (p_organization_id => p_organization_id
3331: ,p_org_info_type_code => p_org_info_type_code
3332: ,p_payment_month => p_org_information1
3333: ,p_payment_date => p_org_information2

Line 3376: /* pay_in_prof_tax_pkg.check_srtc_state

3372: --
3373: -- Bug 4057498 Added to make SRTC No mandatory for Mahrashtra
3374: --
3375: ELSIF p_org_info_type_code = 'PER_IN_PROF_TAX_DF' THEN
3376: /* pay_in_prof_tax_pkg.check_srtc_state
3377: (p_organization_id => p_organization_id
3378: ,p_org_information_id => p_org_information_id
3379: ,p_org_info_type_code => p_org_info_type_code
3380: ,p_srtc => p_org_information3