DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on MO_GLOBAL

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

1016: optmode := null;
1017: program_name := null;
1018: end;
1019:
1020: mo_global.init('M');
1021: -- initialize Multi-Org Context
1022: if ( morg_cat = 'S' ) then
1023: mo_global.set_policy_context(morg_cat, orgid);
1024: elsif ( morg_cat = 'M' ) then

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

1019:
1020: mo_global.init('M');
1021: -- initialize Multi-Org Context
1022: if ( morg_cat = 'S' ) then
1023: mo_global.set_policy_context(morg_cat, orgid);
1024: elsif ( morg_cat = 'M' ) then
1025: mo_global.set_policy_context(morg_cat, null);
1026: end if;
1027:

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

1021: -- initialize Multi-Org Context
1022: if ( morg_cat = 'S' ) then
1023: mo_global.set_policy_context(morg_cat, orgid);
1024: elsif ( morg_cat = 'M' ) then
1025: mo_global.set_policy_context(morg_cat, null);
1026: end if;
1027:
1028: Select plsql_log, plsql_out, plsql_dir
1029: Into plog, pout, pdir