DBA Data[Home] [Help]

APPS.ARPT_SQL_FUNC_UTIL dependencies on AR_RECEIPT_METHODS

Line 3118: ar_receipt_methods rm

3114: -- Added the check only for Receipt Classes with the creation method as Automatic
3115: select decode(rc.creation_method_code,'AUTOMATIC',nvl(rc.bill_of_exchange_flag,'N'),'N')
3116: into boe_flag
3117: from ar_receipt_classes rc,
3118: ar_receipt_methods rm
3119: where rm.receipt_method_id = p_receipt_method_id
3120: and rm.receipt_class_id = rc.receipt_class_id;
3121:
3122: RETURN boe_flag;