DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on PO_REQAPPROVAL_INIT1

Line 1013: -- call PO_REQAPPROVAL_INIT1.GetReqAttributes to update item attributes for the wf.

1009: WHERE REQUISITION_HEADER_ID = p_header_id;
1010:
1011: l_progress := '002';
1012:
1013: -- call PO_REQAPPROVAL_INIT1.GetReqAttributes to update item attributes for the wf.
1014: PO_REQAPPROVAL_INIT1.GetReqAttributes(
1015: p_requisition_header_id =>p_header_id,
1016: itemtype => l_wf_itemtype,
1017: itemkey => l_wf_itemkey);

Line 1014: PO_REQAPPROVAL_INIT1.GetReqAttributes(

1010:
1011: l_progress := '002';
1012:
1013: -- call PO_REQAPPROVAL_INIT1.GetReqAttributes to update item attributes for the wf.
1014: PO_REQAPPROVAL_INIT1.GetReqAttributes(
1015: p_requisition_header_id =>p_header_id,
1016: itemtype => l_wf_itemtype,
1017: itemkey => l_wf_itemkey);
1018:

Line 1083: PO_REQAPPROVAL_INIT1.GetReqAttributes(

1079: l_child_wf_itemkey;
1080:
1081: exit when ame_child_wf%NOTFOUND;
1082:
1083: PO_REQAPPROVAL_INIT1.GetReqAttributes(
1084: p_requisition_header_id =>p_header_id,
1085: itemtype => l_child_wf_itemtype,
1086: itemkey => l_child_wf_itemkey);
1087:

Line 1455: PO_REQAPPROVAL_INIT1.Start_WF_Process

1451: FROM po_document_types
1452: WHERE document_type_code = p_document_type
1453: AND document_subtype = p_document_subtype ;
1454:
1455: PO_REQAPPROVAL_INIT1.Start_WF_Process
1456: (ItemType => p_item_type,
1457: ItemKey => p_item_key,
1458: WorkflowProcess => p_workflow_process,
1459: ActionOriginatedFrom => p_interface_source_code,