[Home] [Help]
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: