DBA Data[Home] [Help]

APPS.OE_TRANSACTION_TYPES_PKG dependencies on OE_HEADER_SECURITY

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

929: p_record_set_tmplt_short_name in VARCHAR2,
930: p_scope in VARCHAR2,
931: p_result OUT NOCOPY /* file.sql.39 change */ NUMBER ) IS
932: lseqtype varchar2(1);
933: l_order_type_id number := oe_header_security.g_record.order_type_id;
934: BEGIN
935: lseqtype := oe_header_util.Get_ord_seq_type(l_order_type_id);
936:
937: IF lseqtype = 'M' THEN

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

967: p_result := 0;
968: RETURN;
969: END IF;
970: Else
971: l_header_id := oe_header_security.g_record.header_id;
972: End If;
973: -- End fix for the bug 2375056}
974:
975: