DBA Data[Home] [Help]

APPS.AP_APPROVAL_PKG dependencies on AP_WORKFLOW_PKG

Line 6927: AP_WORKFLOW_PKG.abort_holds_workflow( l_hold_id ) ;

6923: AND hold_lookup_code = p_hold_lookup_code
6924: AND nvl(status_flag, 'x') <> 'x';
6925:
6926: IF l_old_wf_status = 'STARTED' THEN
6927: AP_WORKFLOW_PKG.abort_holds_workflow( l_hold_id ) ;
6928: END IF ;
6929: -- Bug 8323412 ends
6930: */
6931: FOR c_wf_status IN ( SELECT hold_id

Line 6941: AP_WORKFLOW_PKG.abort_holds_workflow( c_wf_status.hold_id ) ;

6937: AND nvl(status_flag, 'x') <> 'x'
6938: AND wf_status /* Bug 9691312 = 'STARTED' */ IN ( 'STARTED', 'NEGOTIATE' )
6939: )
6940: LOOP
6941: AP_WORKFLOW_PKG.abort_holds_workflow( c_wf_status.hold_id ) ;
6942: END LOOP ;
6943:
6944:
6945: UPDATE ap_holds

Line 7172: AP_WORKFLOW_PKG.create_hold_wf_process(l_hold_id);

7168: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_debug_loc,l_debug_info);
7169: END IF;
7170: -------------------------------------------
7171:
7172: AP_WORKFLOW_PKG.create_hold_wf_process(l_hold_id);
7173:
7174: -------------------------------------------
7175: l_debug_info := 'Started the Holds Workflow';
7176: -- Print_Debug(l_debug_loc, l_debug_info);