DBA Data[Home] [Help]

APPS.PA_RBS_HEADER_PVT dependencies on PA_RBS_HEADERS_PKG

Line 79: Pa_Rbs_Headers_Pkg.Insert_Row(

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,
81: P_Name => P_Name,
82: P_Description => P_Description,
83: P_EffectiveFrom => P_EffectiveFrom,

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

433: Pa_Debug.G_Stage := 'Entering Update_Header() Pvt.';
434: Pa_Debug.TrackPath('ADD','Update_Header Pvt');
435:
436: --Updates Rbs header information
437: Pa_Debug.G_Stage := 'Call the table handler procedure Pa_Rbs_Headers_Pkg.Update_Row to update the header record.';
438: Pa_Rbs_Headers_Pkg.Update_Row(
439: P_RbsHeaderId => P_RbsHeaderId,
440: P_Name => P_Name,
441: P_Description => P_Description,

Line 438: Pa_Rbs_Headers_Pkg.Update_Row(

434: Pa_Debug.TrackPath('ADD','Update_Header Pvt');
435:
436: --Updates Rbs header information
437: Pa_Debug.G_Stage := 'Call the table handler procedure Pa_Rbs_Headers_Pkg.Update_Row to update the header record.';
438: Pa_Rbs_Headers_Pkg.Update_Row(
439: P_RbsHeaderId => P_RbsHeaderId,
440: P_Name => P_Name,
441: P_Description => P_Description,
442: P_EffectiveFrom => P_EffectiveFrom,