DBA Data[Home] [Help]

APPS.OKC_DATE_ASSEMBLER_PUB dependencies on FND_FILE

Line 175: fnd_file.put_line(fnd_file.log,fnd_message.get);

171: RAISE OKC_API.G_EXCEPTION_ERROR;
172: END IF;
173:
174: fnd_message.set_name('OKC','OKC_EXPIRY_DATE_CONTRACTS');
175: fnd_file.put_line(fnd_file.log,fnd_message.get);
176:
177: --If the action type is date based action and the correlation is Contract expiry date
178: --then call the date assembler to process all the contracts expiring before or after
179: --the given variance

Line 189: fnd_file.put_line(fnd_file.log,fnd_message.get);

185: and acn_rec.enabled_yn = 'Y' THEN
186:
187: fnd_message.set_name('OKC','OKC_EDA_CONDITIONS');
188: fnd_message.set_token('NAME',acn_rec.name);
189: fnd_file.put_line(fnd_file.log,fnd_message.get);
190:
191: --Call the date assembler for contract expiry date
192: OKC_EXP_DATE_ASMBLR_PVT.exp_date_assemble(
193: p_api_version => 1

Line 242: fnd_file.put_line(fnd_file.log,fnd_message.get);

238: -- for contract LINES
239:
240: fnd_message.set_name('OKC','OKC_EDA_CONDITIONS');
241: fnd_message.set_token('NAME',acn_rec.name);
242: fnd_file.put_line(fnd_file.log,fnd_message.get);
243:
244: --Call the date assembler for contract LINES expiry date
245: OKC_EXP_DATE_ASMBLR_PVT.exp_lines_date_assemble(
246: p_api_version => 1