DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on PO_HR_INTERFACE_PVT

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

11777: fetch po_cwk into l_vendor_id_1,l_vendor_site_id_1;
11778: if po_cwk%found then
11779: if (l_vendor_id_1 <> p_vendor_id)
11780: or (l_vendor_site_id_1 <> p_vendor_site_id) then
11781: PO_HR_INTERFACE_PVT.is_Supplier_Updatable( p_assignment_id => p_assignment_id,
11782: p_effective_date => l_effective_date );
11783: end if;
11784: end if;
11785: close po_cwk;