DBA Data[Home] [Help]

APPS.PQP_VAL_BUS dependencies on PQP_VRE_BUS

Line 1089: l_veh_shared := pqp_vre_bus.PQP_GET_CONFIG_VALUE(

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

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

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

Line 1571: l_max_conf_count := pqp_vre_bus.PQP_GET_CONFIG_VALUE(

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

Line 1640: l_max_conf_count := pqp_vre_bus.PQP_GET_CONFIG_VALUE(

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