DBA Data[Home] [Help]

APPS.OKE_KCOPY_PKG dependencies on OKE_K_HEADERS

Line 389: oke_k_headers

385: end copy_user_attr_line;
386:
387: /*-------------------------------------------------------------------------
388: procedure get_oke_k_header_rec - get oke contract header information from
389: oke_k_headers
390: --------------------------------------------------------------------------*/
391:
392: procedure get_oke_k_header_rec( p_k_header_id in number,
393: x_chr_rec out nocopy oke_chr_pvt.chr_rec_type,

Line 468: from oke_k_headers

464: -- end_date,
465: owning_organization_id,
466: default_task_id
467:
468: from oke_k_headers
469: where k_header_id = p_k_header_id;
470:
471:
472: begin

Line 2452: UPDATE oke_k_headers

2448: BEGIN
2449:
2450: Calculate_Line_Totals( p_chr_id, NULL, l_total, l_total_u );
2451:
2452: UPDATE oke_k_headers
2453: SET line_value_total=l_total, undef_line_value_total=l_total_u
2454: WHERE k_header_id = p_chr_id;
2455:
2456: END Calculate_Totals;

Line 2548: from oke_k_headers chr,

2544:
2545:
2546: cursor c_source_doc_class is
2547: select type_class_code
2548: from oke_k_headers chr,
2549: OKE_K_TYPES_b ktype
2550: where chr.k_type_code = ktype.k_type_code
2551: and chr.k_header_id = p_source_k_header_id;
2552:

Line 2755: P_OBJECT_TYPE => 'OKE_K_HEADERS',

2751: EXIT WHEN c_access%NOTFOUND;
2752:
2753: OKE_K_ACCESS_PVT.CREATE_CONTRACT_ACCESS
2754: ( P_COMMIT => OKE_API.G_FALSE,
2755: P_OBJECT_TYPE => 'OKE_K_HEADERS',
2756: P_OBJECT_ID => x_chr_rec.k_header_id,
2757: P_ROLE_ID => l_role,
2758: P_PERSON_ID => l_person,
2759: P_START_DATE_ACTIVE => l_start_date,