[Home] [Help]
3908: x_contract_source := Get_Contract_Source_Code(
3909: p_document_type => p_document_type,
3910: p_document_id => p_document_id
3911: );
3912: x_has_deviation_report := OKC_TERMS_DEVIATIONS_PVT.has_deviation_report (
3913: p_document_type => p_document_type,
3914: p_document_id => p_document_id
3915: );
3916: