DBA Data[Home] [Help]

APPS.PSB_POSITION_PAY_DISTR_PVT dependencies on PSB_BUDGET_REVISIONS

Line 1071: FROM psb_budget_revisions

1067: where budget_revision_pos_line_id = p_budget_revision_pos_line_id;
1068:
1069: cursor c_rev IS
1070: SELECT budget_group_id
1071: FROM psb_budget_revisions
1072: WHERE budget_revision_id = p_worksheet_id;
1073:
1074: CURSOR c_data_extract is
1075: SELECT set_of_books_id ,

Line 1134: l_data_extract_id := PSB_BUDGET_REVISIONS_PVT.Find_System_Data_Extract

1130: END LOOP;
1131:
1132:
1133: -- then find the data extract id; api will get the top level bg
1134: l_data_extract_id := PSB_BUDGET_REVISIONS_PVT.Find_System_Data_Extract
1135: (p_budget_group_id => l_rev_budget_group_id);
1136:
1137: for c_data_extract_rec in c_data_extract loop
1138: