DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on PSP_ST_EXT

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

102: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
103: END IF;
104:
105: -- call the user extension to populate attribute1 through attribute30
106: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
107: --- 2968684: added params and exception handler to proc.
108: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) ||' calling EXT ADJ code 1');
109:
110: psp_st_ext.summary_ext_adjustment(p_adj_sum_batch_name,

Line 110: psp_st_ext.summary_ext_adjustment(p_adj_sum_batch_name,

106: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
107: --- 2968684: added params and exception handler to proc.
108: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) ||' calling EXT ADJ code 1');
109:
110: psp_st_ext.summary_ext_adjustment(p_adj_sum_batch_name,
111: p_business_group_id ,
112: p_set_of_books_id );
113: END IF;
114:

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

158: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
159: END IF;
160:
161: -- call the user extension to populate attribute1 through attribute30
162: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
163: --- 2968684: added params and exception handler to proc.
164: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) ||' calling EXT ADJ code 2');
165:
166: psp_st_ext.summary_ext_adjustment(p_adj_sum_batch_name,

Line 166: psp_st_ext.summary_ext_adjustment(p_adj_sum_batch_name,

162: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
163: --- 2968684: added params and exception handler to proc.
164: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) ||' calling EXT ADJ code 2');
165:
166: psp_st_ext.summary_ext_adjustment(p_adj_sum_batch_name,
167: p_business_group_id ,
168: p_set_of_books_id );
169: END IF;
170:

Line 4084: psp_st_ext.tieback_adjustment(gms_tie_back_rec.payroll_control_id,

4080: -- CLOSE gms_batch_name_cur;
4081:
4082: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) ||' before userhook - l_gms_batch_name='||l_gms_batch_name);
4083: ----- new procedure for 5463110
4084: psp_st_ext.tieback_adjustment(gms_tie_back_rec.payroll_control_id,
4085: pc_batch_rec.batch_name,
4086: l_gms_batch_name ,
4087: p_business_group_id,
4088: p_set_of_books_id );