DBA Data[Home] [Help]

APPS.PSB_BUDGET_REVISIONS_PVT dependencies on GL_CODE_COMBINATIONS_PKG

Line 1109: GL_CODE_COMBINATIONS_PKG.Select_Columns

1105: if l_budget_revision_acct_line_id is null then
1106: begin
1107:
1108: -- Create new entries for all cases other than revise projections
1109: GL_CODE_COMBINATIONS_PKG.Select_Columns
1110: (X_code_combination_id => p_code_combination_id,
1111: X_account_type => l_account_type,
1112: X_template_id => l_template_id);
1113:

Line 1725: GL_CODE_COMBINATIONS_PKG.Select_Columns

1721: for c_lines_rec in c_lines loop
1722:
1723: l_budget_revision_acct_line_id := NULL;
1724:
1725: GL_CODE_COMBINATIONS_PKG.Select_Columns
1726: (X_code_combination_id => c_lines_rec.code_combination_id,
1727: X_account_type => l_account_type,
1728: X_template_id => l_template_id);
1729:

Line 2268: GL_CODE_COMBINATIONS_PKG.Select_Columns

2264: FOR l_indx IN 1..l_rev_lines_tab_inst.COUNT LOOP
2265: l_entered_dr := NULL;
2266: l_entered_cr := NULL;
2267:
2268: GL_CODE_COMBINATIONS_PKG.Select_Columns
2269: (X_code_combination_id => l_rev_lines_tab_inst(l_indx).code_combination_id,
2270: X_account_type => l_account_type,
2271: X_template_id => l_template_id
2272: );