DBA Data[Home] [Help]

APPS.POR_AME_APPROVAL_LIST dependencies on POR_AME_APPROVAL_LIST

Line 1: PACKAGE BODY por_ame_approval_list AS

1: PACKAGE BODY por_ame_approval_list AS
2: /* $Header: POXAPL2B.pls 120.65 2006/11/07 10:32:54 kikhlaq noship $ */
3:
4:
5: -- Read the profile option that enables/disables the debug log

Line 1527: x_progress := 'POR_AME_APPROVAL_LIST.is_req_pre_approved: 01';

1523: FND_LOG.string(FND_LOG.level_statement, g_module_prefix || l_api_name, 'Entering is_req_pre_approved...');
1524: END IF;
1525: end if;
1526:
1527: x_progress := 'POR_AME_APPROVAL_LIST.is_req_pre_approved: 01';
1528: IF (g_po_wf_debug = 'Y') THEN
1529: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
1530: END IF;
1531:

Line 1551: x_progress := 'POR_AME_APPROVAL_LIST.is_req_pre_approved: 02' || ameTransactionType;

1547:
1548: getAmeTransactionType(pReqHeaderId => to_number(l_document_id),
1549: pAmeTransactionType => ameTransactionType);
1550:
1551: x_progress := 'POR_AME_APPROVAL_LIST.is_req_pre_approved: 02' || ameTransactionType;
1552: IF (g_po_wf_debug = 'Y') THEN
1553: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
1554: END IF;
1555:

Line 1591: x_progress := 'POR_AME_APPROVAL_LIST.is_req_pre_approved: 02. RESULT= ' || x_resultout;

1587:
1588: resultout := wf_engine.eng_completed || ':' || l_return_val;
1589: x_resultout := l_return_val;
1590:
1591: x_progress := 'POR_AME_APPROVAL_LIST.is_req_pre_approved: 02. RESULT= ' || x_resultout;
1592: IF (g_po_wf_debug = 'Y') THEN
1593: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
1594: END IF;
1595:

Line 1610: WF_CORE.context('POR_AME_APPROVAL_LIST' , 'is_req_pre_approved', itemtype, itemkey, x_progress);

1606:
1607: WHEN OTHERS THEN
1608: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
1609: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
1610: WF_CORE.context('POR_AME_APPROVAL_LIST' , 'is_req_pre_approved', itemtype, itemkey, x_progress);
1611: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name, l_doc_string, sqlerrm, 'POR_AME_APPROVAL_LIST.is_req_pre_approved');
1612: RAISE;
1613:
1614: END is_req_pre_approved;

Line 1611: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name, l_doc_string, sqlerrm, 'POR_AME_APPROVAL_LIST.is_req_pre_approved');

1607: WHEN OTHERS THEN
1608: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
1609: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
1610: WF_CORE.context('POR_AME_APPROVAL_LIST' , 'is_req_pre_approved', itemtype, itemkey, x_progress);
1611: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name, l_doc_string, sqlerrm, 'POR_AME_APPROVAL_LIST.is_req_pre_approved');
1612: RAISE;
1613:
1614: END is_req_pre_approved;
1615:

Line 3360: END por_ame_approval_list;

3356:
3357: end get_person_info;
3358:
3359:
3360: END por_ame_approval_list;