DBA Data[Home] [Help]

APPS.PO_PA_INTEGRATION_GRP dependencies on HR_PO_INFO

Line 295: HR_PO_INFO.get_person_for_po_line (p_po_line_id => p_po_line_id,

291: -- BUG#7046429
292: -- If Association can also be in the New Table po_cwk_association.
293: -- Which is verified by is_PO_active function.
294: IF p_person_id is not null THEN
295: HR_PO_INFO.get_person_for_po_line (p_po_line_id => p_po_line_id,
296: p_effective_date => p_effective_date,
297: p_person_id => l_person_id,
298: p_assignment_id => l_assignment_id
299: );