DBA Data[Home] [Help]

APPS.PER_IN_ORG_INFO_LEG_HOOK dependencies on PAY_IN_PROF_TAX_PKG

Line 2409: pay_in_prof_tax_pkg.check_pt_loc

2405: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
2406:
2407: IF pay_in_utils.chk_org_class(p_organization_id, 'IN_PTAX_ORG') THEN
2408: pay_in_utils.set_location(g_debug,l_procedure,20);
2409: pay_in_prof_tax_pkg.check_pt_loc
2410: (p_organization_id => p_organization_id
2411: ,p_calling_procedure => p_calling_procedure
2412: ,p_location_id => p_location_id
2413: ,p_message_name => p_message_name

Line 2610: pay_in_prof_tax_pkg.check_pt_org_class

2606: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
2607:
2608:
2609: IF p_org_classif_code = 'IN_PTAX_ORG' THEN
2610: pay_in_prof_tax_pkg.check_pt_org_class
2611: (p_organization_id => p_organization_id
2612: ,p_calling_procedure => p_calling_procedure
2613: ,p_message_name => p_message_name
2614: ,p_token_name => p_token_name

Line 2898: pay_in_prof_tax_pkg.check_pt_exemptions

2894:
2895: pay_in_utils.set_location(g_debug,l_procedure,20);
2896:
2897: IF p_org_info_type_code = 'PER_IN_PT_EXEMPTIONS' THEN
2898: pay_in_prof_tax_pkg.check_pt_exemptions
2899: (p_organization_id => p_organization_id
2900: ,p_org_information_id => p_org_information_id
2901: ,p_org_info_type_code => p_org_info_type_code
2902: ,p_state => p_org_information1

Line 2918: pay_in_prof_tax_pkg.check_pt_frequency

2914: END IF;
2915: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,40);
2916: RETURN;
2917: ELSIF p_org_info_type_code = 'PER_IN_PT_FREQUENCY' THEN
2918: pay_in_prof_tax_pkg.check_pt_frequency
2919: (p_organization_id => p_organization_id
2920: ,p_org_information_id => p_org_information_id
2921: ,p_org_info_type_code => p_org_info_type_code
2922: ,p_state => p_org_information1

Line 2939: pay_in_prof_tax_pkg.check_pt_challan_info

2935: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,40);
2936: RETURN;
2937:
2938: ELSIF p_org_info_type_code = 'PER_IN_PT_CHALLAN_INFO' THEN
2939: pay_in_prof_tax_pkg.check_pt_challan_info
2940: (p_organization_id => p_organization_id
2941: ,p_org_info_type_code => p_org_info_type_code
2942: ,p_payment_month => p_org_information1
2943: ,p_payment_date => p_org_information2

Line 2986: /* pay_in_prof_tax_pkg.check_srtc_state

2982: --
2983: -- Bug 4057498 Added to make SRTC No mandatory for Mahrashtra
2984: --
2985: ELSIF p_org_info_type_code = 'PER_IN_PROF_TAX_DF' THEN
2986: /* pay_in_prof_tax_pkg.check_srtc_state
2987: (p_organization_id => p_organization_id
2988: ,p_org_information_id => p_org_information_id
2989: ,p_org_info_type_code => p_org_info_type_code
2990: ,p_srtc => p_org_information3