DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKC_K_VERS_NUMBERS_H

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

8083: end_date = Hdr_new_edate(i),
8084: sts_code = get_status (Hdr_new_Sdate(i), Hdr_new_edate(i))
8085: WHERE ID = header_id(i);
8086:
8087: -- Create records in version history table OKC_K_VERS_NUMBERS_H
8088:
8089:
8090:
8091:

Line 8095: INSERT INTO OKC_K_VERS_NUMBERS_H (

8091:
8092: If header_id.count > 0
8093: Then
8094: FORALL i IN header_id.first .. header_id.last
8095: INSERT INTO OKC_K_VERS_NUMBERS_H (
8096: chr_id,
8097: major_version,
8098: minor_version,
8099: object_version_number,