DBA Data[Home] [Help]

APPS.HZ_AIA_CUSTOM_PKG dependencies on FND_FILE

Line 117: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);

113: message IN VARCHAR2,
114: newline IN BOOLEAN DEFAULT TRUE) IS
115: BEGIN
116: IF message = 'NEWLINE' THEN
117: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);
118: ELSIF (newline) THEN
119: FND_FILE.put_line(fnd_file.log,message);
120: ELSE
121: FND_FILE.put_line(fnd_file.log,message);

Line 119: FND_FILE.put_line(fnd_file.log,message);

115: BEGIN
116: IF message = 'NEWLINE' THEN
117: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);
118: ELSIF (newline) THEN
119: FND_FILE.put_line(fnd_file.log,message);
120: ELSE
121: FND_FILE.put_line(fnd_file.log,message);
122: END IF;
123: END log;

Line 121: FND_FILE.put_line(fnd_file.log,message);

117: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);
118: ELSIF (newline) THEN
119: FND_FILE.put_line(fnd_file.log,message);
120: ELSE
121: FND_FILE.put_line(fnd_file.log,message);
122: END IF;
123: END log;
124:
125: PROCEDURE get_acct_merge_obj(