DBA Data[Home] [Help]

APPS.PO_APPROVAL_REMINDER_SV dependencies on PO_APPROVE_SV

Line 2485: * new overloaded procedure po_approve_sv.get_document_types.

2481:
2482: /* RETROACTIVE FPI START.
2483: * Deleted the sql query which selected wf_approval_itemtype and
2484: * wf_approval_process from PO_DOCUMENT_TYPES. Instead call the
2485: * new overloaded procedure po_approve_sv.get_document_types.
2486: * We call this here even though this is called in start_wf_process
2487: * since we need these values to set some workflow attributes
2488: * before we call start_Wf_process.
2489: */

Line 2497: po_approve_sv.get_document_types(

2493: p_DocumentNumber;
2494: IF (g_po_wf_debug = 'Y') THEN
2495: PO_WF_DEBUG_PKG.insert_debug('POXWARMB',NULL,l_progress);
2496: END IF;
2497: po_approve_sv.get_document_types(
2498: p_document_type_code => p_DocumentTypeCode,
2499: p_document_subtype => p_DocumentSubtype,
2500: x_can_change_forward_from_flag =>l_can_change_forward_from_flag,
2501: x_can_change_forward_to_flag => l_can_change_forward_to_flag,