DBA Data[Home] [Help]

APPS.IBY_FD_USER_API_PUB dependencies on MO_GLOBAL

Line 373: and MO_GLOBAL.CHECK_ACCESS(org_id) = 'N');

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:
375: l_access := 0;
376:
377: exception

Line 384: elsif MO_GLOBAL.CHECK_ACCESS(p_org_id) = 'Y' then

380: when others then
381: raise;
382: end;
383:
384: elsif MO_GLOBAL.CHECK_ACCESS(p_org_id) = 'Y' then
385: l_access := 1;
386: else
387: l_access := 0;
388: end if;