DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_VAL_PVT dependencies on AR_LOOKUPS

Line 770: | Validate the Reversal reason against the values in ar_lookups for |

766: | PROCEDURE |
767: | Validate_Reversal_Reason |
768: | |
769: | DESCRIPTION |
770: | Validate the Reversal reason against the values in ar_lookups for |
771: | lookup_type = 'REVERSAL_CATEGORY_TYPE' |
772: | |
773: +===============================================================================*/
774:

Line 786: FROM ar_lookups

782: END IF;
783:
784: SELECT 'Y'
785: INTO l_reversal_reason_valid
786: FROM ar_lookups
787: WHERE lookup_type = 'CKAJST_REASON'
788: and enabled_flag = 'Y'
789: and lookup_code = p_reversal_reason;
790: