DBA Data[Home] [Help]

APPS.GMS_INSTALLMENTS_PKG dependencies on GMS_INSTALLMENTS_PKG

Line 1: package body GMS_INSTALLMENTS_PKG as

1: package body GMS_INSTALLMENTS_PKG as
2: -- $Header: gmsawinb.pls 120.1 2005/07/26 14:20:45 appldev ship $
3: procedure INSERT_ROW (
4: X_ROWID in out NOCOPY VARCHAR2,
5: X_INSTALLMENT_ID in NUMBER,

Line 540: -- gms_installments_pkg.installment_order(installment_num),installment_num

536: -- will be displayed by numeric order first and then by character
537:
538: -- The above logic is incorporated In Award Form by using
539: -- order by start_date_active,
540: -- gms_installments_pkg.installment_order(installment_num),installment_num
541:
542: FUNCTION installment_order(p_installment_num VARCHAR2) RETURN NUMBER IS
543: l_numeric_installment NUMBER;
544: BEGIN

Line 552: end GMS_INSTALLMENTS_PKG;

548: WHEN VALUE_ERROR THEN
549: RETURN NULL;
550: END installment_order;
551:
552: end GMS_INSTALLMENTS_PKG;