DBA Data[Home] [Help]

APPS.PO_APPROVAL_LIST_WF1S dependencies on PO_APPROVAL_LIST_HISTORY_SV

Line 1201: PO_APPROVAL_LIST_HISTORY_SV.Forward_Action_History(itemtype=>itemtype,

1197:
1198: END IF;
1199:
1200: /* update po action history */
1201: PO_APPROVAL_LIST_HISTORY_SV.Forward_Action_History(itemtype=>itemtype,
1202: itemkey=>itemkey,
1203: x_forward_to_id=>l_next_approver_id,
1204: x_req_header_id=>l_req_header_id,
1205: x_approval_path_id=>l_approval_path_id);

Line 1310: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(itemtype=>itemtype,

1306: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
1307: END IF;
1308:
1309: /* update po action history */
1310: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(itemtype=>itemtype,
1311: itemkey=>itemkey,
1312: x_action=>l_action,
1313: x_req_header_id=>l_document_id,
1314: x_last_approver=>l_result,

Line 1414: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(itemtype=>itemtype,

1410: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
1411: END IF;
1412:
1413: /* update po action history */
1414: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(itemtype=>itemtype,
1415: itemkey=>itemkey,
1416: x_action=>l_action,
1417: x_req_header_id=>l_document_id,
1418: x_last_approver=>l_result,

Line 1519: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(itemtype=>itemtype,

1515: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
1516: END IF;
1517:
1518: /* update po action history */
1519: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(itemtype=>itemtype,
1520: itemkey=>itemkey,
1521: x_action=>l_action,
1522: x_req_header_id=>l_document_id,
1523: x_last_approver=>l_result,

Line 1624: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(itemtype=>itemtype,

1620: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
1621: END IF;
1622:
1623: /* update po action history */
1624: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(itemtype=>itemtype,
1625: itemkey=>itemkey,
1626: x_action=>l_action,
1627: x_req_header_id=>l_document_id,
1628: x_last_approver=>l_result,

Line 1728: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(itemtype=>itemtype,

1724: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
1725: END IF;
1726:
1727: /* update po action history */
1728: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(itemtype=>itemtype,
1729: itemkey=>itemkey,
1730: x_action=>l_action,
1731: x_req_header_id=>l_document_id,
1732: x_last_approver=>l_result,

Line 3115: PO_APPROVAL_LIST_HISTORY_SV.Reserve_Action_History(

3111: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
3112:
3113: END IF;
3114:
3115: PO_APPROVAL_LIST_HISTORY_SV.Reserve_Action_History(
3116: x_req_header_id=>l_req_header_id,
3117: x_approval_path_id=>l_approval_path_id,
3118: x_approver_id =>l_approver_id);
3119: