DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKC_K_VERS_NUMBERS_H

Line 8127: -- Create records in version history table OKC_K_VERS_NUMBERS_H

8123: UPDATE okc_contacts
8124: SET dnz_ste_code =get_ste_code(get_status (Hdr_new_Sdate(i), Hdr_new_edate(i)))
8125: WHERE dnz_chr_id=header_id(i);
8126:
8127: -- Create records in version history table OKC_K_VERS_NUMBERS_H
8128:
8129: If header_id.count > 0
8130: Then
8131: FORALL i IN header_id.first .. header_id.last

Line 8132: INSERT INTO OKC_K_VERS_NUMBERS_H (

8128:
8129: If header_id.count > 0
8130: Then
8131: FORALL i IN header_id.first .. header_id.last
8132: INSERT INTO OKC_K_VERS_NUMBERS_H (
8133: chr_id,
8134: major_version,
8135: minor_version,
8136: object_version_number,