DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_QUOTE_PVT dependencies on OKL_K_LINES

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

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