DBA Data[Home] [Help]

APPS.OZF_ORDER_PRICE_PVT dependencies on QP_LDETS_V

Line 74: TYPE LDETS_TBL_TYPE is table of qp_ldets_v%rowtype index by binary_integer;

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;
75:
76: TYPE RLTD_LINE_TBL_TYPE is table of QP_PREQ_RLTD_LINES_TMP%rowtype index by binary_integer;
77:
78: