DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on OKL_LLA_UTIL_PVT

Line 25491: x_chrv_rec.end_date := OKL_LLA_UTIL_PVT.calculate_end_date(nvl(x_chrv_rec.start_date, SYSDATE),

25487: x_chrv_rec.chr_type := 'CYA';
25488: x_chrv_rec.date_signed := NVL(p_intf_header.date_signed, p_temp_header.date_signed);
25489: x_chrv_rec.start_date := NVL(p_intf_header.start_date, NVL(p_temp_header.start_date, SYSDATE));
25490: -- Added by asahoo for Bug#5416376
25491: x_chrv_rec.end_date := OKL_LLA_UTIL_PVT.calculate_end_date(nvl(x_chrv_rec.start_date, SYSDATE),
25492: nvl(p_intf_header.term,NVL(p_temp_header.term_duration, 0)));
25493: x_chrv_rec.authoring_org_id := NVL(p_intf_header.authoring_org_id, p_temp_header.authoring_org_id);
25494: x_chrv_rec.inv_organization_id := NVL(p_intf_header.inventory_organization_id, p_temp_header.inv_organization_id);
25495: x_chrv_rec.buy_or_sell := 'S';