DBA Data[Home] [Help]

APPS.PSB_WORKSHEET dependencies on PSB_WORKSHEETS_V

Line 1083: from PSB_WORKSHEETS_V

1079: nvl(constraint_set_id, global_constraint_set_id) constraint_set_id,
1080: budget_calendar_id,
1081: nvl(data_extract_id, global_data_extract_id) data_extract_id,
1082: budget_by_position
1083: from PSB_WORKSHEETS_V
1084: where worksheet_id = p_worksheet_id;
1085:
1086: cursor c_BG is
1087: select nvl(chart_of_accounts_id, root_chart_of_accounts_id) chart_of_accounts_id,

Line 1968: from PSB_WORKSHEETS_V

1964: nvl(constraint_set_id, global_constraint_set_id) constraint_set_id,
1965: budget_calendar_id,
1966: nvl(data_extract_id, global_data_extract_id) data_extract_id,
1967: budget_by_position
1968: from PSB_WORKSHEETS_V
1969: where worksheet_id = p_worksheet_id;
1970:
1971: cursor c_BG is
1972: select nvl(chart_of_accounts_id, root_chart_of_accounts_id) chart_of_accounts_id,

Line 2181: from PSB_WORKSHEETS_V

2177: nvl(constraint_set_id, global_constraint_set_id) constraint_set_id,
2178: budget_calendar_id,
2179: nvl(data_extract_id, global_data_extract_id) data_extract_id,
2180: budget_by_position
2181: from PSB_WORKSHEETS_V
2182: where worksheet_id = p_worksheet_id;
2183:
2184: cursor c_BG is
2185: select nvl(chart_of_accounts_id, root_chart_of_accounts_id) chart_of_accounts_id,

Line 2395: from PSB_WORKSHEETS_V

2391: nvl(constraint_set_id, global_constraint_set_id) constraint_set_id,
2392: budget_calendar_id,
2393: nvl(data_extract_id, global_data_extract_id) data_extract_id,
2394: budget_by_position
2395: from PSB_WORKSHEETS_V
2396: where worksheet_id = p_worksheet_id;
2397:
2398: cursor c_BG is
2399: select nvl(chart_of_accounts_id, root_chart_of_accounts_id) chart_of_accounts_id,

Line 3678: from PSB_WORKSHEETS_V

3674: include_cbc_oblig_balance,
3675: include_cbc_budget_balance,
3676: /* Bug No 4725091 */
3677: include_gl_forward_balance
3678: from PSB_WORKSHEETS_V
3679: where worksheet_id = p_worksheet_id;
3680:
3681: -- Bug 3543845: Add root_budget_greoup, ps_account_position_set_id, and
3682: -- nps_account_position_set_id for caching purposes.