DBA Data[Home] [Help]

APPS.CSTPSCEX dependencies on FND_FILE

Line 437: fnd_file.put_line(FND_FILE.LOG, 'Missing Source Org/item in MSI.. Item:= ' || CSBE.component_item_id || ' Org: ' || CSBE.component_organization_id);

433: /*Added exception to avoid the request erroring due to incorrect sourcing rule set*/
434: EXCEPTION
435: WHEN OTHERS THEN
436: l_active_flag := 2;
437: fnd_file.put_line(FND_FILE.LOG, 'Missing Source Org/item in MSI.. Item:= ' || CSBE.component_item_id || ' Org: ' || CSBE.component_organization_id);
438: END;
439:
440:
441: if l_active_flag = 1 then

Line 1306: fnd_file.put_line(fnd_file.log, LPAD(rec.plan_level, 3)||' : '||

1302:
1303: for rec in loop_cursor loop
1304: l_stmt_num := 20;
1305: l_loop_flag := TRUE;
1306: fnd_file.put_line(fnd_file.log, LPAD(rec.plan_level, 3)||' : '||
1307: rec.assembly_item||'[Org:'||rec.assembly_organization||']'||' ==> '||
1308: rec.component_item||'[Org:'||rec.component_organization||']');
1309: end loop;
1310:

Line 1313: fnd_file.put_line(fnd_file.log, 'Warning: Please check for Loop in the BOM structure above.');

1309: end loop;
1310:
1311: l_stmt_num := 30;
1312: if l_loop_flag then
1313: fnd_file.put_line(fnd_file.log, 'Warning: Please check for Loop in the BOM structure above.');
1314: end if;
1315:
1316: EXCEPTION
1317: