DBA Data[Home] [Help]

APPS.OZF_ORDER_PRICE_PVT dependencies on OE_ORDER_PUB

Line 68: G_HEADER_REC oe_order_pub.header_rec_type;

64:
65: TYPE LINE_REC_TBL_TYPE is table of LINE_REC_TYPE index by binary_integer;
66:
67:
68: G_HEADER_REC oe_order_pub.header_rec_type;
69:
70: TYPE G_LINE_REC_TBL_TYPE is table of oe_order_pub.line_rec_type index by binary_integer;
71:
72: G_LINE_REC_TBL G_LINE_REC_TBL_TYPE;

Line 70: TYPE G_LINE_REC_TBL_TYPE is table of oe_order_pub.line_rec_type index by binary_integer;

66:
67:
68: G_HEADER_REC oe_order_pub.header_rec_type;
69:
70: TYPE G_LINE_REC_TBL_TYPE is table of oe_order_pub.line_rec_type index by binary_integer;
71:
72: G_LINE_REC_TBL G_LINE_REC_TBL_TYPE;
73:
74: TYPE LDETS_TBL_TYPE is table of qp_ldets_v%rowtype index by binary_integer;