DBA Data[Home] [Help]

APPS.GL_SUMMARY_BC_OPTIONS_PKG dependencies on GL_BUDGET_VERSIONS

Line 28: gl_budget_versions bv1,

24: FROM DUAL
25: WHERE EXISTS
26: (SELECT 'X'
27: FROM gl_budgets b1,
28: gl_budget_versions bv1,
29: gl_summary_bc_options sa,
30: gl_period_statuses pf1,
31: gl_period_statuses pl1,
32: gl_budgets b2,

Line 33: gl_budget_versions bv2,

29: gl_summary_bc_options sa,
30: gl_period_statuses pf1,
31: gl_period_statuses pl1,
32: gl_budgets b2,
33: gl_budget_versions bv2,
34: gl_period_statuses pf2,
35: gl_period_statuses pl2
36: WHERE b1.current_version_id = bv1.version_num
37: AND b1.budget_name = bv1.budget_name

Line 217: FROM GL_BUDGET_VERSIONS

213: WHERE boundary_code = X_Boundary_Code;
214:
215: CURSOR check_budget_version IS
216: SELECT 'X'
217: FROM GL_BUDGET_VERSIONS
218: WHERE budget_version_id = X_Funding_Budget_Version_Id;
219:
220: CURSOR check_dr_cr_code IS
221: SELECT 'X'