DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on MO_GLOBAL

Line 1125: mo_global.init('M');

1121: from fnd_application where application_id = temp;
1122:
1123: fnd_global.tag_db_session('cp', temp);
1124:
1125: mo_global.init('M');
1126: -- initialize Multi-Org Context
1127: if ( morg_cat = 'S' ) then
1128: mo_global.set_policy_context(morg_cat, orgid);
1129: elsif ( morg_cat = 'M' ) then

Line 1128: mo_global.set_policy_context(morg_cat, orgid);

1124:
1125: mo_global.init('M');
1126: -- initialize Multi-Org Context
1127: if ( morg_cat = 'S' ) then
1128: mo_global.set_policy_context(morg_cat, orgid);
1129: elsif ( morg_cat = 'M' ) then
1130: mo_global.set_policy_context(morg_cat, null);
1131: end if;
1132:

Line 1130: mo_global.set_policy_context(morg_cat, null);

1126: -- initialize Multi-Org Context
1127: if ( morg_cat = 'S' ) then
1128: mo_global.set_policy_context(morg_cat, orgid);
1129: elsif ( morg_cat = 'M' ) then
1130: mo_global.set_policy_context(morg_cat, null);
1131: end if;
1132:
1133: Select plsql_log, plsql_out, plsql_dir
1134: Into plog, pout, pdir