DBA Data[Home] [Help]

APPS.IGW_INSTALLMENTS_PVT dependencies on IGW_INSTALLMENTS_TBH

Line 198: Igw_Installments_Tbh.Insert_Row

194: /*
195: ** Invoke Table Handler to insert data
196: */
197:
198: Igw_Installments_Tbh.Insert_Row
199: (
200: x_rowid => x_rowid,
201: x_proposal_installment_id => x_proposal_installment_id,
202: p_proposal_award_id => p_proposal_award_id,

Line 392: Igw_Installments_Tbh.Update_Row

388: /*
389: ** Invoke Table Handler to Update data
390: */
391:
392: Igw_Installments_Tbh.Update_Row
393: (
394: p_rowid => p_rowid,
395: p_proposal_installment_id => p_proposal_installment_id,
396: p_proposal_award_id => p_proposal_award_id,

Line 546: Igw_Installments_Tbh.Delete_Row

542: /*
543: ** Invoke Table Handler to Delete data
544: */
545:
546: Igw_Installments_Tbh.Delete_Row
547: (
548: p_rowid => p_rowid,
549: x_return_status => x_return_status
550: );