DBA Data[Home] [Help]

APPS.CN_COLLECT_CUSTOM dependencies on MO_GLOBAL

Line 33: x_org_id := mo_global.get_current_org_id;

29:
30:
31: BEGIN
32:
33: x_org_id := mo_global.get_current_org_id;
34:
35: --+
36: -- Get the name of the collection package
37: --+

Line 38: MO_GLOBAL.SET_POLICY_CONTEXT ('S',x_org_id);

34:
35: --+
36: -- Get the name of the collection package
37: --+
38: MO_GLOBAL.SET_POLICY_CONTEXT ('S',x_org_id);
39: SELECT OBJ.name
40: INTO package_name
41: FROM cn_table_map_objects tmov, cn_objects obj
42: WHERE tmov.table_map_id = p_table_map_id