DBA Data[Home] [Help]

APPS.MSC_REL_PLAN_PUB dependencies on DBMS_LOCK

Line 1557: dbms_lock.allocate_unique(arg_compile_desig||

1553: -- If the mode is WF_BATCH, this will only process the planned orders
1554: -- which need to be released, it won't process the supplies which needs
1555: -- to be rescheduled
1556:
1557: dbms_lock.allocate_unique(arg_compile_desig||
1558: to_char(arg_owning_org_id),lv_handle);
1559:
1560: lv_output := dbms_lock.request(lv_handle, 6, 32767, TRUE);
1561:

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

1556:
1557: dbms_lock.allocate_unique(arg_compile_desig||
1558: to_char(arg_owning_org_id),lv_handle);
1559:
1560: lv_output := dbms_lock.request(lv_handle, 6, 32767, TRUE);
1561:
1562: /*
1563: IF l_plan_type = 8 AND l_apps_ver = MSC_UTIL. G_APPS115 THEN
1564: RAISE_APPLICATION_ERROR(-20000,'SRP release not supported to 11510 source',TRUE);