DBA Data[Home] [Help]

APPS.PO_HXC_INTERFACE_PVT dependencies on HR_PO_INFO

Line 62: l_person_id := HR_PO_INFO.get_person_id_for_po_line (

58: RAISE FND_API.g_exc_unexpected_error;
59: END IF;
60:
61: -- Retrieve the contractor associated with this Standard PO Temp Labor line.
62: l_person_id := HR_PO_INFO.get_person_id_for_po_line (
63: p_po_line_id => p_po_line_id );
64:
65: IF g_debug_stmt THEN
66: PO_DEBUG.debug_stmt(l_log_head, l_progress,

Line 375: l_person_id := HR_PO_INFO.get_person_id_for_po_line (

371: RAISE FND_API.g_exc_unexpected_error;
372: END IF;
373:
374: -- Retrieve the contractor associated with this Standard PO Temp Labor line.
375: l_person_id := HR_PO_INFO.get_person_id_for_po_line (
376: p_po_line_id => p_po_line_id );
377:
378: IF g_debug_stmt THEN
379: PO_DEBUG.debug_stmt(l_log_head, l_progress,