DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on PO_TBL_VARCHAR30

Line 2467: , p_doc_type_tbl => po_tbl_varchar30(p_object_type_code)

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)
2471: , p_employee_id => p_employee_id -- bug3738420

Line 2468: , p_doc_subtype_tbl => po_tbl_varchar30(p_object_subtype_code)

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)
2471: , p_employee_id => p_employee_id -- bug3738420
2472: );

Line 2470: , p_action_code_tbl => po_tbl_varchar30(p_action_code)

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:
2474: -- Bug 3602512 START