DBA Data[Home] [Help]

APPS.PSB_POSITION_PAY_DISTR_PVT dependencies on PSB_BUDGET_GROUPS_V

Line 1050: from PSB_BUDGET_GROUPS_V

1046: cursor c_BG is
1047: select name,
1048: nvl(set_of_books_id, root_set_of_books_id) set_of_books_id,
1049: nvl(chart_of_accounts_id, root_chart_of_accounts_id) flex_code
1050: from PSB_BUDGET_GROUPS_V
1051: where budget_group_id = l_budget_group_id;
1052:
1053: /* -- Commented out for Bug: 3325171
1054: -- since we are going to use the Start Date from the

Line 1151: from PSB_BUDGET_GROUPS_V

1147: where set_of_books_id = l_set_of_books_id;
1148:
1149: select name
1150: into l_name
1151: from PSB_BUDGET_GROUPS_V
1152: where budget_group_id = l_rev_budget_group_id;
1153:
1154: -- Fix for Bug: 3325171 - ... end
1155: