DBA Data[Home] [Help]

APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_BUDGET_GROUPS_V

Line 2601: from PSB_BUDGET_GROUPS_V a,

2597: b.budget_calendar_id,
2598: b.budget_by_position,
2599: b.budget_group_id,
2600: nvl(a.set_of_books_id, a.root_set_of_books_id) set_of_books_id
2601: from PSB_BUDGET_GROUPS_V a,
2602: PSB_WORKSHEETS b
2603: where a.budget_group_id = b.budget_group_id
2604: and b.worksheet_id = p_global_worksheet_id;
2605:

Line 2615: from PSB_BUDGET_GROUPS_V a,

2611: b.budget_calendar_id,
2612: b.budget_by_position,
2613: b.budget_group_id,
2614: nvl(a.set_of_books_id, a.root_set_of_books_id) set_of_books_id
2615: from PSB_BUDGET_GROUPS_V a,
2616: PSB_WORKSHEETS b,
2617: PSB_WS_CONSOLIDATION_DETAILS c
2618: where a.budget_group_id = b.budget_group_id
2619: and b.worksheet_id = c.local_worksheet_id