DBA Data[Home] [Help]

APPS.IBY_FD_USER_API_PUB dependencies on MO_GLOBAL

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

426: (select null
427: from iby_payments_all
428: where payment_instruction_id = p_instruction_id
429: and org_id <> -1
430: and MO_GLOBAL.CHECK_ACCESS(org_id) = 'N');
431:
432: l_access := 0;
433:
434: exception

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

437: when others then
438: raise;
439: end;
440:
441: elsif MO_GLOBAL.CHECK_ACCESS(p_org_id) = 'Y' then
442: l_access := 1;
443: else
444: l_access := 0;
445: end if;

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

505: (select null
506: from iby_payments_all
507: where payment_instruction_id = p_instruction_id
508: and org_id <> -1
509: and MO_GLOBAL.CHECK_ACCESS(org_id) = 'N');
510:
511: l_access := 0;
512:
513: exception

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

517: raise;
518: end;
519: g_instr_table(p_instruction_id).access := l_access;
520: END IF;
521: elsif MO_GLOBAL.CHECK_ACCESS(p_org_id) = 'Y' then
522: l_access := 1;
523: else
524: l_access := 0;
525: end if;

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

853: (select null
854: from iby_payments_all
855: where payment_instruction_id = p_instruction_id
856: and org_id <> -1
857: and MO_GLOBAL.CHECK_ACCESS(org_id) = 'N');
858:
859: l_access := 0;
860:
861: exception

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

864: when others then
865: raise;
866: end;
867:
868: elsif MO_GLOBAL.CHECK_ACCESS(p_org_id) = 'Y' then
869: l_access := 1;
870: else
871: l_access := 0;
872: end if;