DBA Data[Home] [Help]

APPS.AP_AUTOSELECT_PKG dependencies on IBY_PAY_SERVICE_REQUESTS

Line 6159: from iby_pay_service_requests

6155: begin
6156:
6157: select PAYMENT_SERVICE_REQUEST_ID
6158: into l_psr_id
6159: from iby_pay_service_requests
6160: where calling_app_id = 200
6161: and CALL_APP_PAY_SERVICE_REQ_CODE = l_checkrun_name;
6162: exception
6163: when no_data_found then null;