DBA Data[Home] [Help]

APPS.AR_DEPOSIT_LIB_PVT dependencies on AR_RECEIPT_METHODS

Line 909: FROM ar_receipt_methods

905: THEN
906:
907: SELECT receipt_method_id
908: INTO l_selected_id
909: FROM ar_receipt_methods
910: WHERE name = p_value;
911: /* REMOVED the defaulting of the bank_account_id from CUSTOMER_BANK_ACCOUNT_NUMBER, CUSTOMER_BANK_ACCOUNT_NAME */
912:
913: /* removed ap_bank_accounts to point to ce_bank_accounts */

Line 2248: FROM ar_receipt_methods

2244: ELSE
2245: BEGIN
2246: SELECT name
2247: INTO p_receipt_method_name
2248: FROM ar_receipt_methods
2249: WHERE receipt_method_id = x_receipt_method_id;
2250: EXCEPTION
2251: WHEN no_data_found THEN
2252: p_return_status := FND_API.G_RET_STS_ERROR;