DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on PO_LINE_TYPES_B

Line 41: PO_LINE_TYPES_B.order_type_lookup_code%TYPE

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

Line 46: PO_LINE_TYPES_B.order_type_lookup_code%TYPE

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