DBA Data[Home] [Help]

APPS.PO_HXC_INTERFACE_PVT dependencies on HR_PO_INFO

Line 203: l_person_id := HR_PO_INFO.get_person_id_for_po_line (

199: x_amount := 0;
200: ELSE
201:
202: -- Retrieve the contractor associated with this Standard PO Temp Labor line.
203: l_person_id := HR_PO_INFO.get_person_id_for_po_line (
204: p_po_line_id => p_po_line_id );
205:
206: IF g_debug_stmt THEN
207: PO_DEBUG.debug_stmt(l_log_head, l_progress,

Line 562: l_person_id := HR_PO_INFO.get_person_id_for_po_line (

558: x_amount := 0;
559: ELSE
560:
561: -- Retrieve the contractor associated with this Standard PO Temp Labor line.
562: l_person_id := HR_PO_INFO.get_person_id_for_po_line (
563: p_po_line_id => p_po_line_id );
564:
565: IF g_debug_stmt THEN
566: PO_DEBUG.debug_stmt(l_log_head, l_progress,