DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on OE_VERSIONING_UTIL

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

7218:
7219: IF OE_CODE_CONTROL.Code_Release_Level >= '110510' AND
7220: OE_GLOBALS.G_ROLL_VERSION <> 'N' AND
7221: Not OE_GLOBALS.Equal(G_Header_Rec.operation, OE_GLOBALS.G_OPR_CREATE) THEN
7222: OE_Versioning_Util.Perform_Versioning(p_header_id => g_header_rec.header_id,
7223: p_document_type => 'BLANKETS',
7224: x_msg_count => lx_msg_count,
7225: x_msg_data => lx_msg_data,
7226: x_return_status => l_return_status);