DBA Data[Home] [Help]

APPS.CSTPSCEX dependencies on FND_FILE

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

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