DBA Data[Home] [Help]

APPS.PO_APPROVAL_REMINDER_SV dependencies on PO_APPROVE_SV

Line 2451: * new overloaded procedure po_approve_sv.get_document_types.

2447:
2448: /* RETROACTIVE FPI START.
2449: * Deleted the sql query which selected wf_approval_itemtype and
2450: * wf_approval_process from PO_DOCUMENT_TYPES. Instead call the
2451: * new overloaded procedure po_approve_sv.get_document_types.
2452: * We call this here even though this is called in start_wf_process
2453: * since we need these values to set some workflow attributes
2454: * before we call start_Wf_process.
2455: */

Line 2463: po_approve_sv.get_document_types(

2459: p_DocumentNumber;
2460: IF (g_po_wf_debug = 'Y') THEN
2461: PO_WF_DEBUG_PKG.insert_debug('POXWARMB',NULL,l_progress);
2462: END IF;
2463: po_approve_sv.get_document_types(
2464: p_document_type_code => p_DocumentTypeCode,
2465: p_document_subtype => p_DocumentSubtype,
2466: x_can_change_forward_from_flag =>l_can_change_forward_from_flag,
2467: x_can_change_forward_to_flag => l_can_change_forward_to_flag,