DBA Data[Home] [Help]

APPS.PA_RBS_HEADER_PVT dependencies on FND_PROFILE

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

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