DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_HEADER_SECURITY

Line 9597: l_header_id NUMBER := oe_header_security.g_record.header_id;

9593: p_scope in VARCHAR2,
9594: p_result OUT NOCOPY /* file.sql.39 change */ NUMBER )
9595: IS
9596: ltype VARCHAR2(1);
9597: l_header_id NUMBER := oe_header_security.g_record.header_id;
9598: l_order_type_id NUMBER;
9599: l_transaction_phase_code VARCHAR2(1)
9600: := oe_header_security.g_record.transaction_phase_code;
9601: BEGIN

Line 9600: := oe_header_security.g_record.transaction_phase_code;

9596: ltype VARCHAR2(1);
9597: l_header_id NUMBER := oe_header_security.g_record.header_id;
9598: l_order_type_id NUMBER;
9599: l_transaction_phase_code VARCHAR2(1)
9600: := oe_header_security.g_record.transaction_phase_code;
9601: BEGIN
9602:
9603: oe_debug_pub.add('Entering OR_HEADER_UTIL.Validate_Gapless_Seq',1);
9604: