DBA Data[Home] [Help]

APPS.PQP_PENSION_EXTRACTS dependencies on FND_FILE

Line 1588: Fnd_File.put_line(Fnd_File.Log,

1584: BEGIN
1585: EXECUTE IMMEDIATE l_dynamic_condition Using OUT l_condition;
1586: EXCEPTION
1587: WHEN Others THEN
1588: Fnd_File.put_line(Fnd_File.Log,
1589: 'Error in Advanced Conditions while processing this dynamic sql statement: ');
1590: Fnd_File.put_line(Fnd_File.Log, l_dynamic_condition);
1591: RAISE; -- such that the error processing in ben_ext_thread occurs.
1592: END;

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

1586: EXCEPTION
1587: WHEN Others THEN
1588: Fnd_File.put_line(Fnd_File.Log,
1589: 'Error in Advanced Conditions while processing this dynamic sql statement: ');
1590: Fnd_File.put_line(Fnd_File.Log, l_dynamic_condition);
1591: RAISE; -- such that the error processing in ben_ext_thread occurs.
1592: END;
1593: --
1594: IF l_condition = 'T' THEN

Line 1743: Fnd_File.put_line(Fnd_File.Log,

1739: EXECUTE IMMEDIATE l_dynamic_condition Using OUT l_condition;
1740: EXCEPTION
1741: WHEN Others THEN
1742: -- this needs replaced with a message for translation.
1743: Fnd_File.put_line(Fnd_File.Log,
1744: 'Error in Advanced Conditions while processing this dynamic sql statement: ');
1745: Fnd_File.put_line(Fnd_File.Log, l_dynamic_condition);
1746: RAISE; -- such that the error processing in ben_ext_thread occurs.
1747: END;

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

1741: WHEN Others THEN
1742: -- this needs replaced with a message for translation.
1743: Fnd_File.put_line(Fnd_File.Log,
1744: 'Error in Advanced Conditions while processing this dynamic sql statement: ');
1745: Fnd_File.put_line(Fnd_File.Log, l_dynamic_condition);
1746: RAISE; -- such that the error processing in ben_ext_thread occurs.
1747: END;
1748: --
1749: --