37:
38: -- Bug 3480949: Added order_type constants
39: -- order type lookup codes
40: g_order_type_FIXED_PRICE CONSTANT
41: PO_LINE_TYPES_B.order_type_lookup_code%TYPE
42: := 'FIXED PRICE'
43: ;
44:
45: g_order_type_RATE CONSTANT
42: := 'FIXED PRICE'
43: ;
44:
45: g_order_type_RATE CONSTANT
46: PO_LINE_TYPES_B.order_type_lookup_code%TYPE
47: := 'RATE'
48: ;
49:
50: g_GL_FUNDS_API_EXC constant number :=5; ---Bug 12824154