DBA Data[Home] [Help]

APPS.PAY_CAL_UPD dependencies on PAY_COST_ALLOCATIONS_F

Line 78: (p_base_table_name => 'pay_cost_allocations_f'

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

Line 85: -- Update the pay_cost_allocations_f Row

81: );
82: --
83: pay_cal_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the pay_cost_allocations_f Row
86: --
87: update pay_cost_allocations_f
88: set
89: cost_allocation_id = p_rec.cost_allocation_id

Line 87: update pay_cost_allocations_f

83: pay_cal_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the pay_cost_allocations_f Row
86: --
87: update pay_cost_allocations_f
88: set
89: cost_allocation_id = p_rec.cost_allocation_id
90: ,business_group_id = p_rec.business_group_id
91: ,cost_allocation_keyflex_id = p_rec.cost_allocation_keyflex_id

Line 445: (p_module_name => 'PAY_COST_ALLOCATIONS_F'

441: --
442: when hr_api.cannot_find_prog_unit then
443: --
444: hr_api.cannot_find_prog_unit_error
445: (p_module_name => 'PAY_COST_ALLOCATIONS_F'
446: ,p_hook_type => 'AU');
447: --
448: end;
449: --