DBA Data[Home] [Help]

APPS.IGS_EN_GEN_002 dependencies on FND_FILE

Line 43: FND_FILE.PUT_LINE(

39: -- loop through records found and write out NOCOPY each line
40: -- fetched to the output file
41: FOR v_sle_rec IN c_sle LOOP
42: v_sle_found := TRUE;
43: FND_FILE.PUT_LINE(
44: FND_FILE.OUTPUT,
45: v_sle_rec.text);
46: END LOOP;
47: IF NOT v_sle_found THEN

Line 44: FND_FILE.OUTPUT,

40: -- fetched to the output file
41: FOR v_sle_rec IN c_sle LOOP
42: v_sle_found := TRUE;
43: FND_FILE.PUT_LINE(
44: FND_FILE.OUTPUT,
45: v_sle_rec.text);
46: END LOOP;
47: IF NOT v_sle_found THEN
48: -- close output file