DBA Data[Home] [Help]

APPS.PQP_GB_MILEAGE_CLAIM_PKG dependencies on PQP_GB_MILEAGE_CLAIM_PKG

Line 1: PACKAGE BODY pqp_gb_mileage_claim_pkg AS

1: PACKAGE BODY pqp_gb_mileage_claim_pkg AS
2: /* $Header: pqgbmgcm.pkb 120.0 2005/05/29 01:49:38 appldev noship $ */
3: g_package varchar2(33):='pqp_gb_insert_mileage_claim.';
4:
5: FUNCTION get_dflt_input_value (p_input_value_id NUMBER

Line 979: l_chk_eligibility:=pqp_gb_mileage_claim_pkg.

975: );
976:
977: hr_utility.set_location(' Enter check eligibility:' || l_proc,40);
978: --Check for claim eligibility
979: l_chk_eligibility:=pqp_gb_mileage_claim_pkg.
980: chk_eligibility (
981: p_effective_date =>l_effective_date
982: ,p_assignment_id =>p_assignment_id
983: ,p_business_group_id =>p_business_group_id

Line 1037: pqp_gb_mileage_claim_pkg.get_config_info (

1033: hr_utility.set_location(' Enter config level Element search:' || l_proc,60);
1034: --if element is not present at assignment level then fetch from conf table
1035: IF (l_get_asg_element_id IS NULL OR l_get_asg_element_id=-1 )
1036: AND l_get_purp_element_id IS NULL THEN
1037: pqp_gb_mileage_claim_pkg.get_config_info (
1038: p_business_group_id =>p_business_group_id
1039: ,p_ownership =>p_ownership
1040: ,p_usage_type =>p_usage_type
1041: ,p_vehicle_type =>p_vehicle_type

Line 1147: pqp_gb_mileage_claim_pkg.get_config_info (

1143: --then fetch from conf table
1144: hr_utility.set_location(' Enter conf level rates search:' || l_proc,80);
1145: IF (l_get_asg_rate_id IS NULL OR l_get_asg_rate_id=-1 ) AND
1146: l_rates_table_id IS NULL THEN
1147: pqp_gb_mileage_claim_pkg.get_config_info (
1148: p_business_group_id =>p_business_group_id
1149: ,p_ownership =>p_ownership
1150: ,p_usage_type =>p_usage_type
1151: ,p_vehicle_type =>p_vehicle_type