DBA Data[Home] [Help]

APPS.PQP_US_PENSION_EXTRACTS dependencies on FND_FILE

Line 2402: Fnd_File.put_line(Fnd_File.Log,

2398: BEGIN
2399: EXECUTE IMMEDIATE l_dynamic_condition Using OUT l_condition;
2400: EXCEPTION
2401: WHEN Others THEN
2402: Fnd_File.put_line(Fnd_File.Log,
2403: 'Error in Advanced Conditions while processing this dynamic sql statement: ');
2404: Fnd_File.put_line(Fnd_File.Log, l_dynamic_condition);
2405: RAISE; -- such that the error processing in ben_ext_thread occurs.
2406: END;

Line 2404: Fnd_File.put_line(Fnd_File.Log, l_dynamic_condition);

2400: EXCEPTION
2401: WHEN Others THEN
2402: Fnd_File.put_line(Fnd_File.Log,
2403: 'Error in Advanced Conditions while processing this dynamic sql statement: ');
2404: Fnd_File.put_line(Fnd_File.Log, l_dynamic_condition);
2405: RAISE; -- such that the error processing in ben_ext_thread occurs.
2406: END;
2407: --
2408: IF l_condition = 'T' THEN

Line 2557: Fnd_File.put_line(Fnd_File.Log,

2553: EXECUTE IMMEDIATE l_dynamic_condition Using OUT l_condition;
2554: EXCEPTION
2555: WHEN Others THEN
2556: -- this needs replaced with a message for translation.
2557: Fnd_File.put_line(Fnd_File.Log,
2558: 'Error in Advanced Conditions while processing this dynamic sql statement: ');
2559: Fnd_File.put_line(Fnd_File.Log, l_dynamic_condition);
2560: RAISE; -- such that the error processing in ben_ext_thread occurs.
2561: END;

Line 2559: Fnd_File.put_line(Fnd_File.Log, l_dynamic_condition);

2555: WHEN Others THEN
2556: -- this needs replaced with a message for translation.
2557: Fnd_File.put_line(Fnd_File.Log,
2558: 'Error in Advanced Conditions while processing this dynamic sql statement: ');
2559: Fnd_File.put_line(Fnd_File.Log, l_dynamic_condition);
2560: RAISE; -- such that the error processing in ben_ext_thread occurs.
2561: END;
2562: --
2563: --