DBA Data[Home] [Help]

APPS.PSP_ENC_SUM_TRAN dependencies on PSP_ST_EXT

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

298:
299: -- FIRST NORMAL RUN
300: -- initiate the gl encumbrance summarization and transfer
301: -- call the user extension to populate attribute1 through attribute30
302: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
303: -- 2968684 added params to following proc
304: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
305: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
306: p_business_group_id,

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

300: -- initiate the gl encumbrance summarization and transfer
301: -- call the user extension to populate attribute1 through attribute30
302: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
303: -- 2968684 added params to following proc
304: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
305: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
306: p_business_group_id,
307: p_set_of_books_id);
308: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');

Line 305: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,

301: -- call the user extension to populate attribute1 through attribute30
302: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
303: -- 2968684 added params to following proc
304: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
305: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
306: p_business_group_id,
307: p_set_of_books_id);
308: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
309: END IF;

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

304: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
305: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
306: p_business_group_id,
307: p_set_of_books_id);
308: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
309: END IF;
310:
311: OPEN check_gl_lines;
312: FETCH check_gl_lines INTO l_gl_check;

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

324: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After tr_to_gl_int');
325: END IF;
326:
327: -- call the user extension to populate attribute1 through attribute30
328: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
329: -- 2968684 added params to following proc
330: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
331: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
332: p_business_group_id,

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

326:
327: -- call the user extension to populate attribute1 through attribute30
328: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
329: -- 2968684 added params to following proc
330: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
331: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
332: p_business_group_id,
333: p_set_of_books_id);
334: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');

Line 331: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,

327: -- call the user extension to populate attribute1 through attribute30
328: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
329: -- 2968684 added params to following proc
330: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
331: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
332: p_business_group_id,
333: p_set_of_books_id);
334: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
335: END IF;

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

330: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
331: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
332: p_business_group_id,
333: p_set_of_books_id);
334: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
335: END IF;
336:
337: -- initiate the ogm encumbrance summarization and transfer
338: OPEN check_gms_lines;

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

360: END IF;
361: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After create_sum_lines');
362:
363: -- call the user extension to populate attribute1 through attribute30
364: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
365: -- 2968684 added params to following proc
366: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
367: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
368: p_business_group_id,

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

362:
363: -- call the user extension to populate attribute1 through attribute30
364: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
365: -- 2968684 added params to following proc
366: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
367: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
368: p_business_group_id,
369: p_set_of_books_id);
370: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');

Line 367: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,

363: -- call the user extension to populate attribute1 through attribute30
364: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
365: -- 2968684 added params to following proc
366: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
367: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
368: p_business_group_id,
369: p_set_of_books_id);
370: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
371: END IF;

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

366: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
367: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
368: p_business_group_id,
369: p_set_of_books_id);
370: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
371: END IF;
372:
373: OPEN check_gl_lines;
374: FETCH check_gl_lines INTO l_gl_check;

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

385: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After tr_to_gl_int');
386: END IF;
387:
388: -- call the user extension to populate attribute1 through attribute30
389: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
390: -- 2968684 added params to following proc
391: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
392: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
393: p_business_group_id,

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

387:
388: -- call the user extension to populate attribute1 through attribute30
389: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
390: -- 2968684 added params to following proc
391: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
392: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
393: p_business_group_id,
394: p_set_of_books_id);
395: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');

Line 392: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,

388: -- call the user extension to populate attribute1 through attribute30
389: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
390: -- 2968684 added params to following proc
391: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
392: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
393: p_business_group_id,
394: p_set_of_books_id);
395: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
396: END IF;

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

391: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling psp_st_ext.summary_ext_encumber');
392: psp_st_ext.summary_ext_encumber(p_payroll_action_id ,
393: p_business_group_id,
394: p_set_of_books_id);
395: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' After psp_st_ext.summary_ext_encumber');
396: END IF;
397:
398: OPEN check_gms_lines;
399: FETCH check_gms_lines INTO l_gms_check;