DBA Data[Home] [Help]

APPS.INV_WIP_PICKING_PVT dependencies on STANDARD

Line 675: -- Standard call to commit

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

Line 1244: -- Standard call to commit

1240: RAISE fnd_api.g_exc_unexpected_error;
1241: END IF;
1242: END IF;
1243:
1244: -- Standard call to commit
1245: IF p_commit = fnd_api.g_true THEN
1246: COMMIT;
1247: END IF;
1248: