DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_QUOTE_PUB dependencies on OKL_TXL_QUOTE_LINES_PUB

Line 119: SUBTYPE tqlv_rec_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_rec_type;

115:
116: -- RMUNJULU 23-DEC-02 2667636 Added 2 new Subtypes and 4 new procedures for
117: -- inserting and updating quote lines table
118:
119: SUBTYPE tqlv_rec_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_rec_type;
120: SUBTYPE tqlv_tbl_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_tbl_type;
121: G_FALSE VARCHAR2(1) := OKC_API.G_FALSE;
122:
123: -- Creates quote line

Line 120: SUBTYPE tqlv_tbl_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_tbl_type;

116: -- RMUNJULU 23-DEC-02 2667636 Added 2 new Subtypes and 4 new procedures for
117: -- inserting and updating quote lines table
118:
119: SUBTYPE tqlv_rec_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_rec_type;
120: SUBTYPE tqlv_tbl_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_tbl_type;
121: G_FALSE VARCHAR2(1) := OKC_API.G_FALSE;
122:
123: -- Creates quote line
124: /*#