DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on PSP_ST_EXT

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

61: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
62: END IF;
63:
64: -- call the user extension to populate attribute1 through attribute30
65: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
66: --- 2968684: added params and exception handler to proc.
67: psp_st_ext.summary_ext_adjustment(p_adj_sum_batch_name,
68: p_business_group_id ,
69: p_set_of_books_id );

Line 67: psp_st_ext.summary_ext_adjustment(p_adj_sum_batch_name,

63:
64: -- call the user extension to populate attribute1 through attribute30
65: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
66: --- 2968684: added params and exception handler to proc.
67: psp_st_ext.summary_ext_adjustment(p_adj_sum_batch_name,
68: p_business_group_id ,
69: p_set_of_books_id );
70: END IF;
71:

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

111: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
112: END IF;
113:
114: -- call the user extension to populate attribute1 through attribute30
115: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
116: --- 2968684: added params and exception handler to proc.
117: psp_st_ext.summary_ext_adjustment(p_adj_sum_batch_name,
118: p_business_group_id ,
119: p_set_of_books_id );

Line 117: psp_st_ext.summary_ext_adjustment(p_adj_sum_batch_name,

113:
114: -- call the user extension to populate attribute1 through attribute30
115: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN
116: --- 2968684: added params and exception handler to proc.
117: psp_st_ext.summary_ext_adjustment(p_adj_sum_batch_name,
118: p_business_group_id ,
119: p_set_of_books_id );
120: END IF;
121:

Line 3681: psp_st_ext.tieback_adjustment(gms_tie_back_rec.payroll_control_id,

3677: -- CLOSE gms_batch_name_cur;
3678:
3679: hr_utility.trace('before userhook - l_gms_batch_name='||l_gms_batch_name);
3680: ----- new procedure for 5463110
3681: psp_st_ext.tieback_adjustment(gms_tie_back_rec.payroll_control_id,
3682: pc_batch_rec.batch_name,
3683: l_gms_batch_name ,
3684: p_business_group_id,
3685: p_set_of_books_id );