DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on PSP_ST_EXT

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

88: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
89: END IF;
90:
91: -- call the user extension to populate attribute1 through attribute30
92: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
93: --- 2968684 added params and exception handlers to the following proc.
94: psp_st_ext.summary_ext_actual(p_source_type,
95: p_source_code ,
96: p_payroll_id ,

Line 94: psp_st_ext.summary_ext_actual(p_source_type,

90:
91: -- call the user extension to populate attribute1 through attribute30
92: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
93: --- 2968684 added params and exception handlers to the following proc.
94: psp_st_ext.summary_ext_actual(p_source_type,
95: p_source_code ,
96: p_payroll_id ,
97: p_time_period_id ,
98: p_batch_name ,

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

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

Line 129: psp_st_ext.summary_ext_actual(p_source_type,

125:
126: -- Call the user extension to populate attribute1 thru attribute 30.
127: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
128: --- 2968684 added params and exception handlers to the following proc.
129: psp_st_ext.summary_ext_actual(p_source_type,
130: p_source_code ,
131: p_payroll_id ,
132: p_time_period_id ,
133: p_batch_name ,

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

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

Line 167: psp_st_ext.summary_ext_actual(p_source_type,

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

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

199: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
200: END IF;
201:
202: -- call the user extension to populate attribute1 through attribute30
203: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
204: --- 2968684 added params and exception handlers to the following proc.
205: psp_st_ext.summary_ext_actual(p_source_type,
206: p_source_code ,
207: p_payroll_id ,

Line 205: psp_st_ext.summary_ext_actual(p_source_type,

201:
202: -- call the user extension to populate attribute1 through attribute30
203: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
204: --- 2968684 added params and exception handlers to the following proc.
205: psp_st_ext.summary_ext_actual(p_source_type,
206: p_source_code ,
207: p_payroll_id ,
208: p_time_period_id ,
209: p_batch_name ,

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

3970: mo_global.set_policy_context('M', null);
3971:
3972: IF gms_batch_rec.phase = 'Submitted_TI_Request' then --2444657
3973: ---- added below for 5742525
3974: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
3975: psp_st_ext.tieback_actual(gms_batch_rec.payroll_control_id ,
3976: gms_batch_rec.source_type ,
3977: l_period_end_date ,
3978: l_gms_batch_name ,

Line 3975: psp_st_ext.tieback_actual(gms_batch_rec.payroll_control_id ,

3971:
3972: IF gms_batch_rec.phase = 'Submitted_TI_Request' then --2444657
3973: ---- added below for 5742525
3974: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
3975: psp_st_ext.tieback_actual(gms_batch_rec.payroll_control_id ,
3976: gms_batch_rec.source_type ,
3977: l_period_end_date ,
3978: l_gms_batch_name ,
3979: l_txn_source,