DBA Data[Home] [Help]

APPS.OE_TRANSACTION_TYPES_PKG dependencies on OE_LINE_SECURITY

Line 947: l_header_id := oe_line_security.g_record.header_id;

943: BEGIN
944:
945: -- { Start fix for the bug 2375056
946: If p_validation_entity_short_name = 'LINE' Then
947: l_header_id := oe_line_security.g_record.header_id;
948: IF OE_GLOBALS.G_HEADER_CREATED THEN
949: p_result := 0;
950: RETURN;
951: END IF;