DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_QUOTE_PVT dependencies on OKL_TXL_QUOTE_LINES_PUB

Line 101: SUBTYPE tqlv_rec_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_rec_type;

97:
98:
99: -- RMUNJULU 23-DEC-02 2726739 Added 2 new Subtypes and 4 new procedures for
100: -- inserting and updating quote lines table
101: SUBTYPE tqlv_rec_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_rec_type;
102: SUBTYPE tqlv_tbl_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_tbl_type;
103:
104: -- Creates quote line
105: PROCEDURE create_quote_line(

Line 102: SUBTYPE tqlv_tbl_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_tbl_type;

98:
99: -- RMUNJULU 23-DEC-02 2726739 Added 2 new Subtypes and 4 new procedures for
100: -- inserting and updating quote lines table
101: SUBTYPE tqlv_rec_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_rec_type;
102: SUBTYPE tqlv_tbl_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_tbl_type;
103:
104: -- Creates quote line
105: PROCEDURE create_quote_line(
106: p_api_version IN NUMBER,