DBA Data[Home] [Help]

APPS.JTY_WEBADI_OTH_TERR_UPDATE_PKG dependencies on MO_GLOBAL

Line 1688: or mo_global.check_access(jwot.org_id) <> 'Y')

1684: update JTY_WEBADI_OTH_TERR_INTF jwot
1685: set status = x_return_status,
1686: error_msg = X_Msg_Data
1687: where (jwot.org_id is null
1688: or mo_global.check_access(jwot.org_id) <> 'Y')
1689: and jwot.USER_SEQUENCE = p_USER_SEQUENCE
1690: and jwot.INTERFACE_TYPE = p_intf_type
1691: and jwot.status is null;
1692:

Line 11340: mo_global.init('JTF');

11336: rollback;
11337: end;
11338:
11339: -- initial operating unit
11340: mo_global.init('JTF');
11341:
11342: -- get hierarchy for territory
11343: --dbms_output.put_line('get hierarchy');
11344: debugmsg('UPDATE_TERR_DEF: get hierarchy : Before ' );