DBA Data[Home] [Help]

APPS.PSP_TEMPLATE_SELECTION dependencies on FND_PROFILE

Line 156: l_profile_bg_id := FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID');

152: --hr_utility.trace_on('Y','ORACLE');
153:
154:
155: insert_into_template_history(pactid, l_request_id );
156: l_profile_bg_id := FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID');
157: IF PSP_GENERAL.GET_CONFIGURATION_OPTION_VALUE(l_profile_bg_id,'PSP_USE_GL_PTAOE_MAPPING') = 'Y' THEN
158:
159: PSP_GENERAL.GET_GL_PTAOE_MAPPING(p_business_group_id => l_profile_bg_id,
160: p_proj_segment => l_proj_segment,