DBA Data[Home] [Help]

APPS.PA_RBS_HEADER_PVT dependencies on PA_RBS_HEADERS_PKG

Line 81: Pa_Rbs_Headers_Pkg.Insert_Row(

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,
83: P_Name => P_Name,
84: P_Description => P_Description,
85: P_EffectiveFrom => P_EffectiveFrom,

Line 442: Pa_Debug.G_Stage := 'Call the table handler procedure Pa_Rbs_Headers_Pkg.Update_Row to update the header record.';

438: Pa_Debug.G_Stage := 'Entering Update_Header() Pvt.';
439: Pa_Debug.TrackPath('ADD','Update_Header Pvt');
440:
441: --Updates Rbs header information
442: Pa_Debug.G_Stage := 'Call the table handler procedure Pa_Rbs_Headers_Pkg.Update_Row to update the header record.';
443: Pa_Rbs_Headers_Pkg.Update_Row(
444: P_RbsHeaderId => P_RbsHeaderId,
445: P_Name => P_Name,
446: P_Description => P_Description,

Line 443: Pa_Rbs_Headers_Pkg.Update_Row(

439: Pa_Debug.TrackPath('ADD','Update_Header Pvt');
440:
441: --Updates Rbs header information
442: Pa_Debug.G_Stage := 'Call the table handler procedure Pa_Rbs_Headers_Pkg.Update_Row to update the header record.';
443: Pa_Rbs_Headers_Pkg.Update_Row(
444: P_RbsHeaderId => P_RbsHeaderId,
445: P_Name => P_Name,
446: P_Description => P_Description,
447: P_EffectiveFrom => P_EffectiveFrom,