DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on PO_HR_INTERFACE_PVT

Line 12382: PO_HR_INTERFACE_PVT.is_Supplier_Updatable( p_assignment_id => p_assignment_id,

12378: fetch po_cwk into l_vendor_id_1,l_vendor_site_id_1;
12379: if po_cwk%found then
12380: if (l_vendor_id_1 <> p_vendor_id)
12381: or (l_vendor_site_id_1 <> p_vendor_site_id) then
12382: PO_HR_INTERFACE_PVT.is_Supplier_Updatable( p_assignment_id => p_assignment_id,
12383: p_effective_date => l_effective_date );
12384: end if;
12385: end if;
12386: close po_cwk;