DBA Data[Home] [Help]

APPS.IGC_UPGRADE_DATA_R12 dependencies on GL_BUDGET_ASSIGNMENTS

Line 1572: gl_budget_assignments asg,

1568: ,'R11i MIGRATION - '||cbc_je_batch_id||' - '||cbc_je_line_num reference6
1569: ,igc.cbc_je_batch_id reference21
1570: ,igc.cbc_je_line_num reference22
1571: FROM igc_cbc_je_lines igc,
1572: gl_budget_assignments asg,
1573: GL_BUDORG_BC_OPTIONS boc,
1574: GL_BUDGET_VERSIONS BV ,
1575: gl_budgets bud,
1576: gl_period_statuses per_f,

Line 1626: FROM gl_budget_assignments asg,

1622: AND igc.period_year = p_fiscal_year
1623: AND set_of_books_id = g_sob_id
1624: AND NOT EXISTS
1625: ( SELECT 1
1626: FROM gl_budget_assignments asg,
1627: GL_BUDORG_BC_OPTIONS boc,
1628: GL_BUDGET_VERSIONS BV ,
1629: gl_budgets bud,
1630: gl_period_statuses per_f,

Line 1991: FROM gl_budget_assignments asg,

1987: AND set_of_books_id = g_sob_id
1988: AND mig_request_id IS NULL
1989: AND NOT EXISTS
1990: ( SELECT 1
1991: FROM gl_budget_assignments asg,
1992: GL_BUDORG_BC_OPTIONS boc,
1993: GL_BUDGET_VERSIONS BV ,
1994: gl_budgets bud,
1995: gl_period_statuses per_f,