DBA Data[Home] [Help]

APPS.PER_GB_PENSRV_SVPN dependencies on FND_FILE

Line 229: fnd_file.put_line(fnd_file.log,'Maitain Service Period No. is not set to "Yes" for the configuration PAYPOINT and CUTOVER INFORMATION

225: hr_utility.set_location(' Spn calculation not required :',110);
226: END IF;
227: END IF;
228: ELSE
229: fnd_file.put_line(fnd_file.log,'Maitain Service Period No. is not set to "Yes" for the configuration PAYPOINT and CUTOVER INFORMATION
230: and hence service period number will not be populated for this assignment');
231: END IF;
232: /* Start Bug 7132727 */
233: else

Line 238: fnd_file.put_line(fnd_file.log,'Leaving ' || gv_package_name || l_procedure_name);

234: NULL;
235: end if;
236: /* End Bug 7132727 */
237: END IF;
238: fnd_file.put_line(fnd_file.log,'Leaving ' || gv_package_name || l_procedure_name);
239:
240: END create_gb_spn;
241:
242: