DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on PO_ACTION_HISTORY_SV

Line 2458: -- with PO_ACTION_HISTORY_SV.insert_action_history.

2454: -- Insert a record in the PO_ACTION_HISTORY table with the Signature details
2455:
2456: -- bug 3568077
2457: -- Replaced PO_FORWARD_SV1.insert_action_history
2458: -- with PO_ACTION_HISTORY_SV.insert_action_history.
2459:
2460: -- bug3738420
2461: -- We should pass p_employee_id to insert_action_history isntead of deriving
2462: -- it from PO_ACCEPTANCES table because the person who is logged in accetpance table may

Line 2465: PO_ACTION_HISTORY_SV.insert_action_history(

2461: -- We should pass p_employee_id to insert_action_history isntead of deriving
2462: -- it from PO_ACCEPTANCES table because the person who is logged in accetpance table may
2463: -- not be the one who performs the action.
2464:
2465: PO_ACTION_HISTORY_SV.insert_action_history(
2466: p_doc_id_tbl => po_tbl_number(p_po_header_id)
2467: , p_doc_type_tbl => po_tbl_varchar30(p_object_type_code)
2468: , p_doc_subtype_tbl => po_tbl_varchar30(p_object_subtype_code)
2469: , p_doc_revision_num_tbl => po_tbl_number(p_revision_num)