DBA Data[Home] [Help]

APPS.AP_AUTOSELECT_PKG dependencies on IBY_PAY_SERVICE_REQUESTS

Line 4585: from iby_pay_service_requests

4581: begin
4582:
4583: select PAYMENT_SERVICE_REQUEST_ID
4584: into l_psr_id
4585: from iby_pay_service_requests
4586: where calling_app_id = 200
4587: and CALL_APP_PAY_SERVICE_REQ_CODE = l_checkrun_name;
4588: exception
4589: when no_data_found then null;