DBA Data[Home] [Help]

APPS.PA_RBS_HEADER_PVT dependencies on FND_PROFILE

Line 76: l_Business_Group_Id := fnd_profile.value('PER_BUSINESS_GROUP_ID');

72: Pa_Implementations ;
73: */
74: Pa_Debug.G_Stage := 'Get the BG ID from HR Profile PER_BUSINESS_GROUP_ID';
75:
76: l_Business_Group_Id := fnd_profile.value('PER_BUSINESS_GROUP_ID');
77:
78: Pa_Debug.G_Stage := 'Calls the table handler which inserts the rbs header record into the Pa_Rbs_Header table.';
79: Pa_Rbs_Headers_Pkg.Insert_Row(
80: P_RbsHeaderId => X_RbsHeaderId,