DBA Data[Home] [Help]

APPS.PQP_AAT_UPD dependencies on PQP_ASSIGNMENT_ATTRIBUTES_F

Line 78: (p_base_table_name => 'pqp_assignment_attributes_f'

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

Line 85: -- Update the pqp_assignment_attributes_f Row

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

Line 87: update pqp_assignment_attributes_f

83: pqp_aat_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the pqp_assignment_attributes_f Row
86: --
87: update pqp_assignment_attributes_f
88: set
89: assignment_attribute_id = p_rec.assignment_attribute_id
90: ,business_group_id = p_rec.business_group_id
91: ,assignment_id = p_rec.assignment_id

Line 796: (p_module_name => 'PQP_ASSIGNMENT_ATTRIBUTES_F'

792: --
793: when hr_api.cannot_find_prog_unit then
794: --
795: hr_api.cannot_find_prog_unit_error
796: (p_module_name => 'PQP_ASSIGNMENT_ATTRIBUTES_F'
797: ,p_hook_type => 'AU');
798: --
799: end;
800: --