DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on PO_REQAPPROVAL_INIT1

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

1036: WHERE REQUISITION_HEADER_ID = p_header_id;
1037:
1038: l_progress := '002';
1039:
1040: -- call PO_REQAPPROVAL_INIT1.GetReqAttributes to update item attributes for the wf.
1041: PO_REQAPPROVAL_INIT1.GetReqAttributes(
1042: p_requisition_header_id =>p_header_id,
1043: itemtype => l_wf_itemtype,
1044: itemkey => l_wf_itemkey);

Line 1041: PO_REQAPPROVAL_INIT1.GetReqAttributes(

1037:
1038: l_progress := '002';
1039:
1040: -- call PO_REQAPPROVAL_INIT1.GetReqAttributes to update item attributes for the wf.
1041: PO_REQAPPROVAL_INIT1.GetReqAttributes(
1042: p_requisition_header_id =>p_header_id,
1043: itemtype => l_wf_itemtype,
1044: itemkey => l_wf_itemkey);
1045:

Line 1110: PO_REQAPPROVAL_INIT1.GetReqAttributes(

1106: l_child_wf_itemkey;
1107:
1108: exit when ame_child_wf%NOTFOUND;
1109:
1110: PO_REQAPPROVAL_INIT1.GetReqAttributes(
1111: p_requisition_header_id =>p_header_id,
1112: itemtype => l_child_wf_itemtype,
1113: itemkey => l_child_wf_itemkey);
1114:

Line 1603: PO_REQAPPROVAL_INIT1.Start_WF_Process

1599: FROM po_document_types
1600: WHERE document_type_code = p_document_type
1601: AND document_subtype = p_document_subtype ;
1602:
1603: PO_REQAPPROVAL_INIT1.Start_WF_Process
1604: (ItemType => p_item_type,
1605: ItemKey => p_item_key,
1606: WorkflowProcess => p_workflow_process,
1607: ActionOriginatedFrom => p_interface_source_code,