DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on OKL_LLA_UTIL_PVT

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

25737: x_chrv_rec.chr_type := 'CYA';
25738: x_chrv_rec.date_signed := NVL(p_intf_header.date_signed, p_temp_header.date_signed);
25739: x_chrv_rec.start_date := NVL(p_intf_header.start_date, NVL(p_temp_header.start_date, SYSDATE));
25740: -- Added by asahoo for Bug#5416376
25741: x_chrv_rec.end_date := OKL_LLA_UTIL_PVT.calculate_end_date(nvl(x_chrv_rec.start_date, SYSDATE),
25742: nvl(p_intf_header.term,NVL(p_temp_header.term_duration, 0)));
25743: x_chrv_rec.authoring_org_id := NVL(p_intf_header.authoring_org_id, p_temp_header.authoring_org_id);
25744: x_chrv_rec.inv_organization_id := NVL(p_intf_header.inventory_organization_id, p_temp_header.inv_organization_id);
25745: x_chrv_rec.buy_or_sell := 'S';