DBA Data[Home] [Help]

APPS.MSC_REL_PS_PLAN_PUB dependencies on DBMS_LOCK

Line 468: dbms_lock.allocate_unique(arg_compile_desig||

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

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

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