DBA Data[Home] [Help]

APPS.IGW_INSTALLMENTS_PVT dependencies on IGW_INSTALLMENTS

Line 1: PACKAGE BODY Igw_Installments_Pvt AS

1: PACKAGE BODY Igw_Installments_Pvt AS
2: --$Header: igwvinsb.pls 115.3 2002/11/19 23:46:21 ashkumar noship $
3:
4: ---------------------------------------------------------------------------
5:

Line 6: G_PKG_NAME VARCHAR2(30) := 'IGW_INSTALLMENTS_PVT';

2: --$Header: igwvinsb.pls 115.3 2002/11/19 23:46:21 ashkumar noship $
3:
4: ---------------------------------------------------------------------------
5:
6: G_PKG_NAME VARCHAR2(30) := 'IGW_INSTALLMENTS_PVT';
7:
8: ---------------------------------------------------------------------------
9:
10: PROCEDURE Check_Lock

Line 30: FROM igw_installments

26: IF p_rowid IS NOT NULL AND p_record_version_number IS NOT NULL THEN
27:
28: SELECT 'N'
29: INTO l_locked
30: FROM igw_installments
31: WHERE rowid = p_rowid;
32: --AND record_version_number = p_record_version_number;
33:
34: END IF;

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: );

Line 612: END Igw_Installments_Pvt;

608: END Delete_Installment;
609:
610: ---------------------------------------------------------------------------
611:
612: END Igw_Installments_Pvt;