DBA Data[Home] [Help]

APPS.PSP_ENC_SUM_TRAN dependencies on PSP_ST_EXT

Line 295: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN

291:
292: -- FIRST NORMAL RUN
293: -- initiate the gl encumbrance summarization and transfer
294: -- call the user extension to populate attribute1 through attribute30
295: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
296: -- 2968684 added params to following proc
297: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
298: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
299: p_business_group_id,

Line 297: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');

293: -- initiate the gl encumbrance summarization and transfer
294: -- call the user extension to populate attribute1 through attribute30
295: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
296: -- 2968684 added params to following proc
297: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
298: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
299: p_business_group_id,
300: p_set_of_books_id);
301: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');

Line 298: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,

294: -- call the user extension to populate attribute1 through attribute30
295: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
296: -- 2968684 added params to following proc
297: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
298: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
299: p_business_group_id,
300: p_set_of_books_id);
301: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
302: END IF;

Line 301: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');

297: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
298: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
299: p_business_group_id,
300: p_set_of_books_id);
301: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
302: END IF;
303:
304: OPEN check_gl_lines;
305: FETCH check_gl_lines INTO l_gl_check;

Line 320: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN

316: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After tr_to_gl_int');
317: END IF;
318:
319: -- call the user extension to populate attribute1 through attribute30
320: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
321: -- 2968684 added params to following proc
322: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
323: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
324: p_business_group_id,

Line 322: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');

318:
319: -- call the user extension to populate attribute1 through attribute30
320: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
321: -- 2968684 added params to following proc
322: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
323: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
324: p_business_group_id,
325: p_set_of_books_id);
326: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');

Line 323: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,

319: -- call the user extension to populate attribute1 through attribute30
320: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
321: -- 2968684 added params to following proc
322: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
323: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
324: p_business_group_id,
325: p_set_of_books_id);
326: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
327: END IF;

Line 326: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');

322: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
323: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
324: p_business_group_id,
325: p_set_of_books_id);
326: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
327: END IF;
328:
329: -- initiate the ogm encumbrance summarization and transfer
330: OPEN check_gms_lines;

Line 356: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN

352: END IF;
353: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After create_sum_lines');
354:
355: -- call the user extension to populate attribute1 through attribute30
356: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
357: -- 2968684 added params to following proc
358: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
359: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
360: p_business_group_id,

Line 358: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');

354:
355: -- call the user extension to populate attribute1 through attribute30
356: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
357: -- 2968684 added params to following proc
358: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
359: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
360: p_business_group_id,
361: p_set_of_books_id);
362: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');

Line 359: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,

355: -- call the user extension to populate attribute1 through attribute30
356: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
357: -- 2968684 added params to following proc
358: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
359: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
360: p_business_group_id,
361: p_set_of_books_id);
362: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
363: END IF;

Line 362: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');

358: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
359: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
360: p_business_group_id,
361: p_set_of_books_id);
362: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
363: END IF;
364:
365: OPEN check_gl_lines;
366: FETCH check_gl_lines INTO l_gl_check;

Line 381: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN

377: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After tr_to_gl_int');
378: END IF;
379:
380: -- call the user extension to populate attribute1 through attribute30
381: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
382: -- 2968684 added params to following proc
383: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
384: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
385: p_business_group_id,

Line 383: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');

379:
380: -- call the user extension to populate attribute1 through attribute30
381: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
382: -- 2968684 added params to following proc
383: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
384: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
385: p_business_group_id,
386: p_set_of_books_id);
387: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');

Line 384: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,

380: -- call the user extension to populate attribute1 through attribute30
381: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
382: -- 2968684 added params to following proc
383: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
384: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
385: p_business_group_id,
386: p_set_of_books_id);
387: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
388: END IF;

Line 387: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');

383: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
384: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
385: p_business_group_id,
386: p_set_of_books_id);
387: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
388: END IF;
389:
390: OPEN check_gms_lines;
391: FETCH check_gms_lines INTO l_gms_check;