DBA Data[Home] [Help]

APPS.OKC_EXTEND_PVT dependencies on OKC_CONDITIONS_PUB

Line 816: l_cnh_rec okc_conditions_pub.cnhv_rec_type;

812: WHERE dnz_chr_id = p_chr_id
813: and date_inactive = p_old_end_date
814: FOR update of id nowait;
815:
816: l_cnh_rec okc_conditions_pub.cnhv_rec_type;
817: i_cnh_rec okc_conditions_pub.cnhv_rec_type;
818:
819: E_Resource_Busy EXCEPTION;
820: PRAGMA EXCEPTION_INIT(E_Resource_Busy, -00054);

Line 817: i_cnh_rec okc_conditions_pub.cnhv_rec_type;

813: and date_inactive = p_old_end_date
814: FOR update of id nowait;
815:
816: l_cnh_rec okc_conditions_pub.cnhv_rec_type;
817: i_cnh_rec okc_conditions_pub.cnhv_rec_type;
818:
819: E_Resource_Busy EXCEPTION;
820: PRAGMA EXCEPTION_INIT(E_Resource_Busy, -00054);
821:

Line 850: okc_conditions_pub.update_cond_hdrs( p_api_version => 1,

846: l_cnh_rec.object_version_number := conditions_rec.object_version_number;
847:
848: l_cnh_rec.date_inactive := p_new_end_date;
849:
850: okc_conditions_pub.update_cond_hdrs( p_api_version => 1,
851: p_init_msg_list => OKC_API.G_FALSE,
852: x_return_status => l_return_status,
853: x_msg_count => x_msg_count,
854: x_msg_data => x_msg_data,