DBA Data[Home] [Help]

APPS.INV_WIP_PICKING_PVT dependencies on STANDARD

Line 676: -- Standard call to commit

672: ' : Request Msg = ' || l_req_msg, 'RELEASE_PICK_BATCH');
673: END IF;
674: END IF;
675:
676: -- Standard call to commit
677: IF p_commit = fnd_api.g_true THEN
678: COMMIT;
679: l_savept_exists := FALSE;
680: END IF;

Line 1290: -- Standard call to commit

1286: RAISE fnd_api.g_exc_unexpected_error;
1287: END IF;
1288: END IF;
1289:
1290: -- Standard call to commit
1291: IF p_commit = fnd_api.g_true THEN
1292: COMMIT;
1293: END IF;
1294: