DBA Data[Home] [Help]

APPS.ARPT_SQL_FUNC_UTIL dependencies on AR_RECEIPT_METHODS

Line 2998: ar_receipt_methods rm

2994: -- Added the check only for Receipt Classes with the creation method as Automatic
2995: select decode(rc.creation_method_code,'AUTOMATIC',nvl(rc.bill_of_exchange_flag,'N'),'N')
2996: into boe_flag
2997: from ar_receipt_classes rc,
2998: ar_receipt_methods rm
2999: where rm.receipt_method_id = p_receipt_method_id
3000: and rm.receipt_class_id = rc.receipt_class_id;
3001:
3002: RETURN boe_flag;