DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on OE_VERSIONING_UTIL

Line 7416: OE_Versioning_Util.Perform_Versioning(p_header_id => g_header_rec.header_id,

7412:
7413: IF OE_CODE_CONTROL.Code_Release_Level >= '110510' AND
7414: OE_GLOBALS.G_ROLL_VERSION <> 'N' AND
7415: Not OE_GLOBALS.Equal(G_Header_Rec.operation, OE_GLOBALS.G_OPR_CREATE) THEN
7416: OE_Versioning_Util.Perform_Versioning(p_header_id => g_header_rec.header_id,
7417: p_document_type => 'BLANKETS',
7418: x_msg_count => lx_msg_count,
7419: x_msg_data => lx_msg_data,
7420: x_return_status => l_return_status);