DBA Data[Home] [Help]

APPS.OKL_VENDOR_PROGRAM_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 179: l_header_rec.currency_code := okl_accounting_util.get_func_curr_code();

175: l_header_rec.deleted_yn := 'N';
176: l_header_rec.template_yn := p_hdr_rec.p_template_yn;
177: -- Fix Bug 3388759 --
178: -- l_header_rec.currency_code := 'USD';
179: l_header_rec.currency_code := okl_accounting_util.get_func_curr_code();
180: l_header_rec.chr_type := 'SELL';
181: l_header_rec.CONTRACT_NUMBER_MODIFIER := '1.0';
182:
183: l_header_rec.short_description := p_hdr_rec.p_short_description;