DBA Data[Home] [Help]

APPS.IGW_PROP_COMMENTS_PVT dependencies on IGW_PROP_COMMENTS_TBH

Line 189: Igw_Prop_Comments_Tbh.Insert_Row

185: /*
186: ** Invoke Table Handler to insert data
187: */
188:
189: Igw_Prop_Comments_Tbh.Insert_Row
190: (
191: x_rowid => x_rowid,
192: p_proposal_id => l_proposal_id,
193: p_comments => p_comments,

Line 420: Igw_Prop_Comments_Tbh.Update_Row

416: /*
417: ** Invoke Table Handler to Update data
418: */
419:
420: Igw_Prop_Comments_Tbh.Update_Row
421: (
422: p_rowid => p_rowid,
423: p_proposal_id => l_proposal_id,
424: p_comment_id => p_comment_id,

Line 606: Igw_Prop_Comments_Tbh.Delete_Row

602: /*
603: ** Invoke Table Handler to Delete data
604: */
605:
606: Igw_Prop_Comments_Tbh.Delete_Row
607: (
608: p_rowid => p_rowid,
609: p_record_version_number => p_record_version_number,
610: x_return_status => x_return_status