DBA Data[Home] [Help]

APPS.XDPCORE_WI dependencies on XDP_UTILITIES

Line 893: XDP_UTILITIES.CallWIWorkflowProc ( P_PROCEDURE_NAME => l_UserWIProc,

889: /* The user has defined a procedure for the workitem*/
890: /* Execute the procedure dynamically and get the item type and item key */
891: /* The Create Process for the Workflo SHOULD be done in the Procedure */
892:
893: XDP_UTILITIES.CallWIWorkflowProc ( P_PROCEDURE_NAME => l_UserWIProc,
894: P_ORDER_ID => l_OrderID,
895: P_LINE_ITEM_ID => l_LineItemID,
896: P_WI_INSTANCE_ID => l_WIInstanceID,
897: P_WF_ITEM_TYPE => l_WFItemType,

Line 1239: XDP_UTILITIES.CallWIWorkflowProc ( P_PROCEDURE_NAME => l_UserWIProc,

1235: /* The user has defined a procedure for the workitem*/
1236: /* Execute the procedure dynamically and get the item type and item key */
1237: /* The Create Process for the Workflo SHOULD be done in the Procedure */
1238:
1239: XDP_UTILITIES.CallWIWorkflowProc ( P_PROCEDURE_NAME => l_UserWIProc,
1240: P_ORDER_ID => p_OrderID,
1241: P_LINE_ITEM_ID => p_LineItemID,
1242: P_WI_INSTANCE_ID => p_WIInstanceID,
1243: P_WF_ITEM_TYPE => l_WFItemType,

Line 1988: XDP_UTILITIES.CallWIWorkflowProc ( P_PROCEDURE_NAME => l_UserWIProc,

1984: /* The user has defined a procedure for the workitem*/
1985: /* Execute the procedure dynamically and get the item type and item key */
1986: /* The Create Process for the Workflo SHOULD be done in the Procedure */
1987:
1988: XDP_UTILITIES.CallWIWorkflowProc ( P_PROCEDURE_NAME => l_UserWIProc,
1989: P_ORDER_ID => l_OrderID,
1990: P_LINE_ITEM_ID => l_LineItemID,
1991: P_WI_INSTANCE_ID => l_WIInstanceID,
1992: P_WF_ITEM_TYPE => t_ChildTypes(l_Counter),