DBA Data[Home] [Help]

APPS.JTY_WEBADI_OTH_TERR_UPDATE_PKG dependencies on MO_GLOBAL

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

851: update JTY_WEBADI_OTH_TERR_INTF jwot
852: set status = x_return_status,
853: error_msg = X_Msg_Data
854: where (jwot.org_id is null
855: or mo_global.check_access(jwot.org_id) <> 'Y')
856: and jwot.USER_SEQUENCE = p_USER_SEQUENCE
857: and jwot.INTERFACE_TYPE = p_intf_type
858: and jwot.status is null;
859:

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

5399: rollback;
5400: end;
5401:
5402: -- initial operating unit
5403: mo_global.init('JTF');
5404:
5405: -- get hierarchy for territory
5406: --dbms_output.put_line('get hierarchy');
5407: get_hierarchy