DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F_PKG dependencies on PO_HR_INTERFACE_PVT

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

1361: fetch po_cwk into l_vendor_id,l_vendor_site_id;
1362: if po_cwk%found then
1363: if (l_vendor_id <> p_vendor_id)
1364: or (l_vendor_site_id <> p_vendor_site_id) then
1365: PO_HR_INTERFACE_PVT.is_Supplier_Updatable( p_assignment_id => p_assignment_id,
1366: p_effective_date => p_session_date );
1367: end if;
1368: end if;
1369: close po_cwk;