DBA Data[Home] [Help]

APPS.OE_TRANSACTION_TYPES_PKG dependencies on OE_HEADER_SECURITY

Line 915: l_order_type_id number := oe_header_security.g_record.order_type_id;

911: p_record_set_tmplt_short_name in VARCHAR2,
912: p_scope in VARCHAR2,
913: p_result OUT NOCOPY /* file.sql.39 change */ NUMBER ) IS
914: lseqtype varchar2(1);
915: l_order_type_id number := oe_header_security.g_record.order_type_id;
916: BEGIN
917: lseqtype := oe_header_util.Get_ord_seq_type(l_order_type_id);
918:
919: IF lseqtype = 'M' THEN

Line 953: l_header_id := oe_header_security.g_record.header_id;

949: p_result := 0;
950: RETURN;
951: END IF;
952: Else
953: l_header_id := oe_header_security.g_record.header_id;
954: End If;
955: -- End fix for the bug 2375056}
956:
957: