DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_QUOTE_PUB dependencies on OKL_K_LINES

Line 88: FUNCTION check_asset_sno(p_asset_line IN OKL_K_LINES.ID%TYPE,

84: p_term_rec IN term_rec_type,
85: x_term_rec OUT NOCOPY term_rec_type);
86:
87: -- Checks If the given asset line is serialized or not
88: FUNCTION check_asset_sno(p_asset_line IN OKL_K_LINES.ID%TYPE,
89: x_sno_yn OUT NOCOPY VARCHAR2,
90: x_clev_tbl OUT NOCOPY clev_tbl_type) RETURN VARCHAR2;
91:
92: -- Create records in Quote Line details after proper validation