DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on PSP_ST_EXT

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

125: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
126: END IF;
127:
128: -- call the user extension to populate attribute1 through attribute30
129: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
130: --- 2968684 added params and exception handlers to the following proc.
131: psp_st_ext.summary_ext_actual(p_source_type,
132: p_source_code ,
133: p_payroll_id ,

Line 131: psp_st_ext.summary_ext_actual(p_source_type,

127:
128: -- call the user extension to populate attribute1 through attribute30
129: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
130: --- 2968684 added params and exception handlers to the following proc.
131: psp_st_ext.summary_ext_actual(p_source_type,
132: p_source_code ,
133: p_payroll_id ,
134: p_time_period_id ,
135: p_batch_name ,

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

164: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
165: END IF;
166:
167: -- Call the user extension to populate attribute1 thru attribute 30.
168: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
169: --- 2968684 added params and exception handlers to the following proc.
170: psp_st_ext.summary_ext_actual(p_source_type,
171: p_source_code ,
172: p_payroll_id ,

Line 170: psp_st_ext.summary_ext_actual(p_source_type,

166:
167: -- Call the user extension to populate attribute1 thru attribute 30.
168: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
169: --- 2968684 added params and exception handlers to the following proc.
170: psp_st_ext.summary_ext_actual(p_source_type,
171: p_source_code ,
172: p_payroll_id ,
173: p_time_period_id ,
174: p_batch_name ,

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

208: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
209: END IF;
210:
211: -- Call the user extension to populate attribute1 thru attribute 30.
212: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
213: --- 2968684 added params and exception handlers to the following proc.
214: psp_st_ext.summary_ext_actual(p_source_type,
215: p_source_code ,
216: p_payroll_id ,

Line 214: psp_st_ext.summary_ext_actual(p_source_type,

210:
211: -- Call the user extension to populate attribute1 thru attribute 30.
212: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
213: --- 2968684 added params and exception handlers to the following proc.
214: psp_st_ext.summary_ext_actual(p_source_type,
215: p_source_code ,
216: p_payroll_id ,
217: p_time_period_id ,
218: p_batch_name ,

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

248: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
249: END IF;
250:
251: -- call the user extension to populate attribute1 through attribute30
252: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
253: --- 2968684 added params and exception handlers to the following proc.
254: psp_st_ext.summary_ext_actual(p_source_type,
255: p_source_code ,
256: p_payroll_id ,

Line 254: psp_st_ext.summary_ext_actual(p_source_type,

250:
251: -- call the user extension to populate attribute1 through attribute30
252: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
253: --- 2968684 added params and exception handlers to the following proc.
254: psp_st_ext.summary_ext_actual(p_source_type,
255: p_source_code ,
256: p_payroll_id ,
257: p_time_period_id ,
258: p_batch_name ,

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

4229: mo_global.set_policy_context('M', null);
4230:
4231: IF gms_batch_rec.phase = 'Submitted_TI_Request' then --2444657
4232: ---- added below for 5742525
4233: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
4234: psp_st_ext.tieback_actual(gms_batch_rec.payroll_control_id ,
4235: gms_batch_rec.source_type ,
4236: l_period_end_date ,
4237: l_gms_batch_name ,

Line 4234: psp_st_ext.tieback_actual(gms_batch_rec.payroll_control_id ,

4230:
4231: IF gms_batch_rec.phase = 'Submitted_TI_Request' then --2444657
4232: ---- added below for 5742525
4233: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
4234: psp_st_ext.tieback_actual(gms_batch_rec.payroll_control_id ,
4235: gms_batch_rec.source_type ,
4236: l_period_end_date ,
4237: l_gms_batch_name ,
4238: l_txn_source,