DBA Data[Home] [Help]

APPS.IBY_FD_USER_API_PUB dependencies on IBY_PAYMENTS_ALL

Line 370: from iby_payments_all

366: into l_access
367: from dual
368: where exists
369: (select null
370: from iby_payments_all
371: where payment_instruction_id = p_instruction_id
372: and org_id <> -1
373: and MO_GLOBAL.CHECK_ACCESS(org_id) = 'N');
374: