DBA Data[Home] [Help]

APPS.PQP_VAL_UPD dependencies on PQP_VEHICLE_ALLOCATIONS_F

Line 78: (p_base_table_name => 'pqp_vehicle_allocations_f'

74: -- version number.
75: --
76: p_rec.object_version_number :=
77: dt_api.get_object_version_number
78: (p_base_table_name => 'pqp_vehicle_allocations_f'
79: ,p_base_key_column => 'vehicle_allocation_id'
80: ,p_base_key_value => p_rec.vehicle_allocation_id
81: );
82: --

Line 85: -- Update the pqp_vehicle_allocations_f Row

81: );
82: --
83: --
84: --
85: -- Update the pqp_vehicle_allocations_f Row
86: --
87: update pqp_vehicle_allocations_f
88: set
89: vehicle_allocation_id = p_rec.vehicle_allocation_id

Line 87: update pqp_vehicle_allocations_f

83: --
84: --
85: -- Update the pqp_vehicle_allocations_f Row
86: --
87: update pqp_vehicle_allocations_f
88: set
89: vehicle_allocation_id = p_rec.vehicle_allocation_id
90: ,assignment_id = p_rec.assignment_id
91: ,business_group_id = p_rec.business_group_id

Line 704: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_F'

700: --
701: when hr_api.cannot_find_prog_unit then
702: --
703: hr_api.cannot_find_prog_unit_error
704: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_F'
705: ,p_hook_type => 'AU');
706: --
707: end;
708: --