DBA Data[Home] [Help]

APPS.PQH_BGM_BUS dependencies on PQH_BUDGET_GL_FLEX_MAPS

Line 56: pqh_bgm_shd.constraint_error('PQH_BUDGET_GL_FLEX_MAPS_PK');

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

Line 66: pqh_bgm_shd.constraint_error('PQH_BUDGET_GL_FLEX_MAPS_PK');

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

Line 96: FROM pqh_budget_gl_flex_maps

92: l_api_updating boolean;
93:
94: CURSOR csr_map_count IS
95: SELECT COUNT(*)
96: FROM pqh_budget_gl_flex_maps
97: WHERE budget_id = p_budget_id
98: AND gl_account_segment = p_gl_account_segment
99: AND budget_gl_flex_map_id <> p_budget_gl_flex_map_id;
100: --