DBA Data[Home] [Help]

APPS.GHR_CST_SHD dependencies on GHR_COMPL_AGENCY_COSTS

Line 58: from ghr_compl_agency_costs

54: ,amount
55: ,cost_date
56: ,description
57: ,object_version_number
58: from ghr_compl_agency_costs
59: where compl_agency_cost_id = p_compl_agency_cost_id;
60: --
61: l_fct_ret boolean;
62: --

Line 132: from ghr_compl_agency_costs

128: ,amount
129: ,cost_date
130: ,description
131: ,object_version_number
132: from ghr_compl_agency_costs
133: where compl_agency_cost_id = p_compl_agency_cost_id
134: for update nowait;
135: --
136: l_proc varchar2(72) := g_package||'lck';

Line 181: fnd_message.set_token('TABLE_NAME', 'GHR_COMPL_AGENCY_COSTS');

177: -- The object is locked therefore we need to supply a meaningful
178: -- error message.
179: --
180: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
181: fnd_message.set_token('TABLE_NAME', 'GHR_COMPL_AGENCY_COSTS');
182: fnd_message.raise_error;
183: End lck;
184: --
185: -- ----------------------------------------------------------------------------