DBA Data[Home] [Help]

APPS.FND_TRANSACTION dependencies on MO_GLOBAL

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

422: enable_trace_flag := 'FALSE';
423: end if;
424:
425: -- get org type and id
426: select nvl(mo_global.get_access_mode, morg_cat) into org_type from dual;
427: select nvl(mo_global.get_current_org_id, 0) into org_id from dual;
428:
429: -- Request expires at SYSDATE + timeout
430: expiration_time := sysdate + (timeout * DAY_PER_SEC);

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

423: end if;
424:
425: -- get org type and id
426: select nvl(mo_global.get_access_mode, morg_cat) into org_type from dual;
427: select nvl(mo_global.get_current_org_id, 0) into org_id from dual;
428:
429: -- Request expires at SYSDATE + timeout
430: expiration_time := sysdate + (timeout * DAY_PER_SEC);
431: