DBA Data[Home] [Help]

APPS.OKC_CTC_PVT dependencies on OKC_CONTACTS_H

Line 4082: INSERT INTO okc_contacts_h

4078: okc_debug.Set_Indentation('OKC_CTC_PVT');
4079: okc_debug.log('13000: Entered create_version', 2);
4080: END IF;
4081:
4082: INSERT INTO okc_contacts_h
4083: (
4084: major_version,
4085: id,
4086: cpl_id,

Line 4283: FROM okc_contacts_h

4279: attribute14,
4280: attribute15,
4281: start_date,
4282: end_date
4283: FROM okc_contacts_h
4284: WHERE dnz_chr_id = p_chr_id
4285: AND major_version = p_major_version;
4286:
4287: /* Bug fix for 6882512*/