DBA Data[Home] [Help]

APPS.MSC_REL_PLAN_PUB dependencies on DBMS_LOCK

Line 1288: dbms_lock.allocate_unique(arg_compile_desig||

1284: -- If the mode is WF_BATCH, this will only process the planned orders
1285: -- which need to be released, it won't process the supplies which needs
1286: -- to be rescheduled
1287:
1288: dbms_lock.allocate_unique(arg_compile_desig||
1289: to_char(arg_owning_org_id),lv_handle);
1290:
1291: lv_output := dbms_lock.request(lv_handle, 6, 32767, TRUE);
1292:

Line 1291: lv_output := dbms_lock.request(lv_handle, 6, 32767, TRUE);

1287:
1288: dbms_lock.allocate_unique(arg_compile_desig||
1289: to_char(arg_owning_org_id),lv_handle);
1290:
1291: lv_output := dbms_lock.request(lv_handle, 6, 32767, TRUE);
1292:
1293: /*
1294: IF l_plan_type = 8 AND l_apps_ver = MSC_UTIL. G_APPS115 THEN
1295: RAISE_APPLICATION_ERROR(-20000,'SRP release not supported to 11510 source',TRUE);