DBA Data[Home] [Help]

APPS.PQH_GIN_UPD dependencies on PQH_FR_GLOBAL_INDICES_F

Line 78: (p_base_table_name => 'pqh_fr_global_indices_f'

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

Line 85: -- Update the pqh_fr_global_indices_f Row

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

Line 87: update pqh_fr_global_indices_f

83: --
84: --
85: -- Update the pqh_fr_global_indices_f Row
86: --
87: update pqh_fr_global_indices_f
88: set
89: global_index_id = p_rec.global_index_id
90: ,type_of_record = p_rec.type_of_record
91: ,gross_index = p_rec.gross_index

Line 435: (p_module_name => 'PQH_FR_GLOBAL_INDICES_F'

431: --
432: when hr_api.cannot_find_prog_unit then
433: --
434: hr_api.cannot_find_prog_unit_error
435: (p_module_name => 'PQH_FR_GLOBAL_INDICES_F'
436: ,p_hook_type => 'AU');
437: --
438: end;
439: --

Line 632: p_base_table_name => 'PQH_FR_GLOBAL_INDICES_F',

628:
629: dt_api.find_dt_upd_modes
630: (
631: p_effective_date => p_effective_date,
632: p_base_table_name => 'PQH_FR_GLOBAL_INDICES_F',
633: p_base_key_column => 'GLOBAL_INDEX_ID',
634: p_base_key_value => p_global_index_id,
635: p_update => l_update,
636: p_update_change_insert => l_update_change_insert,