DBA Data[Home] [Help]

APPS.PQH_WFS_BUS dependencies on PQH_WORKSHEET_FUND_SRCS

Line 56: pqh_wfs_shd.constraint_error('PQH_WORKSHEET_FUND_SRCS_PK');

52: <> pqh_wfs_shd.g_old_rec.worksheet_fund_src_id) then
53: --
54: -- raise error as PK has changed
55: --
56: pqh_wfs_shd.constraint_error('PQH_WORKSHEET_FUND_SRCS_PK');
57: --
58: elsif not l_api_updating then
59: --
60: -- check if PK is null

Line 66: pqh_wfs_shd.constraint_error('PQH_WORKSHEET_FUND_SRCS_PK');

62: if p_worksheet_fund_src_id is not null then
63: --
64: -- raise error as PK is not null
65: --
66: pqh_wfs_shd.constraint_error('PQH_WORKSHEET_FUND_SRCS_PK');
67: --
68: end if;
69: --
70: end if;

Line 215: pqh_wfs_shd.constraint_error('PQH_WORKSHEET_FUND_SRCS_FK1');

211: --
212: -- raise error as FK does not relate to PK in pqh_worksheet_bdgt_elmnts
213: -- table.
214: --
215: pqh_wfs_shd.constraint_error('PQH_WORKSHEET_FUND_SRCS_FK1');
216: --
217: end if;
218: --
219: close c1;

Line 245: from pqh_worksheet_fund_srcs

241: l_dummy varchar2(1) ;
242:
243: cursor csr_src is
244: select 'X'
245: from pqh_worksheet_fund_srcs
246: where worksheet_bdgt_elmnt_id = p_worksheet_bdgt_elmnt_id
247: and worksheet_fund_src_id <> nvl(p_worksheet_fund_src_id,0)
248: and nvl(cost_allocation_keyflex_id,0) = nvl(p_cost_allocation_keyflex_id,0)
249: and nvl(project_id,0) = nvl(p_project_id,0)