DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on PO_TBL_NUMBER

Line 2466: p_doc_id_tbl => po_tbl_number(p_po_header_id)

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)
2470: , p_action_code_tbl => po_tbl_varchar30(p_action_code)

Line 2469: , p_doc_revision_num_tbl => po_tbl_number(p_revision_num)

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)
2470: , p_action_code_tbl => po_tbl_varchar30(p_action_code)
2471: , p_employee_id => p_employee_id -- bug3738420
2472: );
2473: