DBA Data[Home] [Help]

APPS.PQP_VAL_BUS dependencies on PQP_VRE_BUS

Line 1090: l_veh_shared := pqp_vre_bus.PQP_GET_CONFIG_VALUE(

1086: RETURN -1;
1087: END IF;
1088:
1089: /* --Check for Configuration Values veh shared flag
1090: l_veh_shared := pqp_vre_bus.PQP_GET_CONFIG_VALUE(
1091: p_rec.business_group_id,
1092: p_legislation_code,
1093: p_seg_col_name,
1094: p_table_name,

Line 1539: pqp_vre_bus.get_legislation_code(p_rec.business_group_id);

1535: END IF;
1536:
1537: --Getting the legislationId for business groupId
1538: l_legislation_code :=
1539: pqp_vre_bus.get_legislation_code(p_rec.business_group_id);
1540:
1541:
1542: --Checking the Primary vehicle allocation
1543: --If usage type is 'PRIMARY' then check is there any P vehicle

Line 1573: l_max_conf_count := pqp_vre_bus.PQP_GET_CONFIG_VALUE(

1569:
1570:
1571:
1572: --call configuration max allowed cmy vehicles
1573: l_max_conf_count := pqp_vre_bus.PQP_GET_CONFIG_VALUE(
1574: p_business_group_id => p_rec.business_group_id,
1575: p_legislation_code => l_legislation_code,
1576: p_seg_col_name =>'MaxCmyVehAllow',
1577: p_table_name =>'p_table_name',

Line 1642: l_max_conf_count := pqp_vre_bus.PQP_GET_CONFIG_VALUE(

1638: ,p_vehicle_ownership =>l_vehicle_ownership
1639: ,p_effective_date =>p_effective_date );
1640:
1641: --call configuration max allowed Pri vehicles
1642: l_max_conf_count := pqp_vre_bus.PQP_GET_CONFIG_VALUE(
1643: p_business_group_id => p_rec.business_group_id ,
1644: p_legislation_code => l_legislation_code,
1645: p_seg_col_name =>'MaxPriVehAllow',
1646: p_table_name =>'p_table_name',