DBA Data[Home] [Help]

APPS.MSC_REL_PS_PLAN_PUB dependencies on DBMS_LOCK

Line 469: dbms_lock.allocate_unique(arg_compile_desig||

465: -- If the mode is WF_BATCH, this will only process the planned orders
466: -- which need to be released, it won't process the supplies which needs
467: -- to be rescheduled
468:
469: dbms_lock.allocate_unique(arg_compile_desig||
470: to_char(arg_owning_org_id),lv_handle);
471:
472: lv_output := dbms_lock.request(lv_handle, 6, 32767, TRUE);
473:

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

468:
469: dbms_lock.allocate_unique(arg_compile_desig||
470: to_char(arg_owning_org_id),lv_handle);
471:
472: lv_output := dbms_lock.request(lv_handle, 6, 32767, TRUE);
473:
474: if(lv_output <> 0) then
475: FND_MESSAGE.SET_NAME('MRP', 'GEN-LOCK-WARNING');
476: FND_MESSAGE.SET_TOKEN('EVENT', 'RELEASE PLANNED ORDERS');