DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_STATUS_PUB dependencies on FND_PROFILE

Line 86: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');

82: | Validates that the original amount is equal to the Amount Due Remaining |
83: | |
84: +==============================================================================*/
85:
86: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
87:
88: FUNCTION Is_Payment_Schedule_Reduced ( p_ps_rec IN ar_payment_schedules%ROWTYPE) RETURN BOOLEAN
89: IS
90: