DBA Data[Home] [Help]

APPS.XDP_CANCEL_ORDER dependencies on OE_HEADER_SECURITY

Line 53: l_order_number := oe_header_security.g_record.order_number;

49: -- Set the x_result to 0 i.e. as success and handle it later
50: x_result := 0;
51:
52: IF p_validation_entity_short_name = 'HEADER' THEN
53: l_order_number := oe_header_security.g_record.order_number;
54: l_order_version := oe_header_security.g_record.version_number;
55: END IF;
56:
57: ---------------------------------------------------------------------

Line 54: l_order_version := oe_header_security.g_record.version_number;

50: x_result := 0;
51:
52: IF p_validation_entity_short_name = 'HEADER' THEN
53: l_order_number := oe_header_security.g_record.order_number;
54: l_order_version := oe_header_security.g_record.version_number;
55: END IF;
56:
57: ---------------------------------------------------------------------
58: -- Check whether the Order Id is null.