DBA Data[Home] [Help]

APPS.PJI_LAUNCH_UPP_MAIN dependencies on PJI_LAUNCH_EXT

Line 976: l_prj_list PJI_LAUNCH_EXT.prg_proj_tbl;

972: l_prg_event_exists varchar2(1) := 'N';
973: l_prg_event_total number := 0;
974:
975: /* Added for bug 8416116 */
976: l_prj_list PJI_LAUNCH_EXT.prg_proj_tbl;
977: l_curr_lines_cnt number := 0;
978: l_budget_lines_cnt number := 0;
979: L_context varchar2(20);
980: L_budget_lines_count number := 0;

Line 1213: /* Call to Launch process client extension PJI_LAUNCH_EXT.PROJ_LIST

1209:
1210: l_cnt := 0;
1211: l_batch_var := l_batch_var + 1;
1212:
1213: /* Call to Launch process client extension PJI_LAUNCH_EXT.PROJ_LIST
1214: The client extension returns the following parameters :
1215: p_prg_proj_tbl - plsql tables containing the project_id's to be processed
1216: p_context - UPGRADE or INCREMENTAL
1217: p_budget_lines_count - If p_context = UPGRADE, this is the number of budget

Line 1229: PJI_LAUNCH_EXT.PROJ_LIST(p_prg_proj_tbl => l_prj_list,

1225: 4. p_context = INCREMENTAL(p_budget_lines_count=0), p_prg_proj_tbl.count = 0
1226: */
1227:
1228: /* Code added for bug 8416116 starts */
1229: PJI_LAUNCH_EXT.PROJ_LIST(p_prg_proj_tbl => l_prj_list,
1230: p_context => l_context,
1231: p_budget_lines_count => l_budget_lines_count);
1232:
1233: