DBA Data[Home] [Help]

APPS.FND_TRANSACTION dependencies on MO_GLOBAL

Line 419: select nvl(mo_global.get_access_mode, morg_cat) into org_type from dual;

415: enable_trace_flag := 'FALSE';
416: end if;
417:
418: -- get org type and id
419: select nvl(mo_global.get_access_mode, morg_cat) into org_type from dual;
420: select nvl(mo_global.get_current_org_id, 0) into org_id from dual;
421:
422: -- Request expires at SYSDATE + timeout
423: expiration_time := sysdate + (timeout * DAY_PER_SEC);

Line 420: select nvl(mo_global.get_current_org_id, 0) into org_id from dual;

416: end if;
417:
418: -- get org type and id
419: select nvl(mo_global.get_access_mode, morg_cat) into org_type from dual;
420: select nvl(mo_global.get_current_org_id, 0) into org_id from dual;
421:
422: -- Request expires at SYSDATE + timeout
423: expiration_time := sysdate + (timeout * DAY_PER_SEC);
424: