DBA Data[Home] [Help]

APPS.PQH_BFS_SHD dependencies on PQH_BUDGET_FUND_SRCS

Line 22: If (p_constraint_name = 'PQH_BUDGET_FUND_SRCS_FK1') Then

18: --
19: Begin
20: hr_utility.set_location('Entering:'||l_proc, 5);
21: --
22: If (p_constraint_name = 'PQH_BUDGET_FUND_SRCS_FK1') Then
23: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
24: hr_utility.set_message_token('PROCEDURE', l_proc);
25: hr_utility.set_message_token('STEP','5');
26: hr_utility.raise_error;

Line 69: from pqh_budget_fund_srcs

65: expenditure_type,
66: organization_id,
67: distribution_percentage,
68: object_version_number
69: from pqh_budget_fund_srcs
70: where budget_fund_src_id = p_budget_fund_src_id;
71: --
72: l_proc varchar2(72) := g_package||'api_updating';
73: l_fct_ret boolean;

Line 148: from pqh_budget_fund_srcs

144: expenditure_type,
145: organization_id,
146: distribution_percentage,
147: object_version_number
148: from pqh_budget_fund_srcs
149: where budget_fund_src_id = p_budget_fund_src_id
150: for update nowait;
151: --
152: l_proc varchar2(72) := g_package||'lck';

Line 191: hr_utility.set_message_token('TABLE_NAME', 'pqh_budget_fund_srcs');

187: -- The object is locked therefore we need to supply a meaningful
188: -- error message.
189: --
190: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
191: hr_utility.set_message_token('TABLE_NAME', 'pqh_budget_fund_srcs');
192: hr_utility.raise_error;
193: End lck;
194: --
195: -- ----------------------------------------------------------------------------