DBA Data[Home] [Help]

APPS.PSB_WORKSHEET dependencies on PSB_BUDGET_GROUPS_V

Line 1090: from PSB_BUDGET_GROUPS_V

1086: cursor c_BG is
1087: select nvl(chart_of_accounts_id, root_chart_of_accounts_id) chart_of_accounts_id,
1088: nvl(currency_code, root_currency_code) currency_code,
1089: nvl(business_group_id, root_business_group_id) business_group_id
1090: from PSB_BUDGET_GROUPS_V
1091: where budget_group_id = l_budget_group_id;
1092:
1093: cursor c_ConstSet is
1094: select name,

Line 1975: from PSB_BUDGET_GROUPS_V

1971: cursor c_BG is
1972: select nvl(chart_of_accounts_id, root_chart_of_accounts_id) chart_of_accounts_id,
1973: nvl(currency_code, root_currency_code) currency_code,
1974: nvl(business_group_id, root_business_group_id) business_group_id
1975: from PSB_BUDGET_GROUPS_V
1976: where budget_group_id = l_budget_group_id;
1977:
1978: cursor c_ConstSet is
1979: select name,

Line 2188: from PSB_BUDGET_GROUPS_V

2184: cursor c_BG is
2185: select nvl(chart_of_accounts_id, root_chart_of_accounts_id) chart_of_accounts_id,
2186: nvl(currency_code, root_currency_code) currency_code,
2187: nvl(business_group_id, root_business_group_id) business_group_id
2188: from PSB_BUDGET_GROUPS_V
2189: where budget_group_id = l_budget_group_id;
2190:
2191: cursor c_ConstSet is
2192: select name,

Line 2402: from PSB_BUDGET_GROUPS_V

2398: cursor c_BG is
2399: select nvl(chart_of_accounts_id, root_chart_of_accounts_id) chart_of_accounts_id,
2400: nvl(currency_code, root_currency_code) currency_code,
2401: nvl(business_group_id, root_business_group_id) business_group_id
2402: from PSB_BUDGET_GROUPS_V
2403: where budget_group_id = l_budget_group_id;
2404:
2405: cursor c_ConstSet is
2406: select name,

Line 3691: from PSB_BUDGET_GROUPS_V

3687: nvl(name, root_name) name,
3688: root_budget_group,
3689: ps_account_position_set_id psapsid,
3690: nps_account_position_set_id npsapsid
3691: from PSB_BUDGET_GROUPS_V
3692: where budget_group_id = g_budget_group_id;
3693:
3694: cursor c_Sob is
3695: select currency_code,