DBA Data[Home] [Help]

APPS.PQP_PL_VEHICLE_ALLOCATIONS dependencies on PAY_USER_COLUMN_INSTANCES_F

Line 17: cursor csr_capacity is select ci.value from pay_user_column_instances_f ci

13: where
14: pvr.vehicle_repository_id = p_vehicle_repository_id
15: and p_effective_date between pvr.effective_start_date and pvr.effective_end_date;
16:
17: cursor csr_capacity is select ci.value from pay_user_column_instances_f ci
18: where ci.legislation_code = 'PL'
19: and ci.user_column_instance_id = p_val_information2
20: and p_effective_date between ci.effective_start_date and ci.effective_end_date;
21: