DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on JAI_PO_WF_UTIL_PUB

Line 1836: lv_tax_region := JAI_PO_WF_UTIL_PUB.Get_Tax_Region (pn_org_id => x_orgid);

1832: PO_WF_UTIL_PKG.SetItemAttrText ( itemtype => itemType, itemkey => itemkey, aname => 'FORWARD_TO_DISPLAY_NAME' , avalue => x_ft_user_display_name);
1833: END IF;
1834: -- Added by Eric Ma for IL PO Notification on Apr-13,2009 ,Begin
1835: -------------------------------------------------------------------------------------
1836: lv_tax_region := JAI_PO_WF_UTIL_PUB.Get_Tax_Region (pn_org_id => x_orgid);
1837: -------------------------------------------------------------------------------------
1838: -- Added by Eric Ma for IL PO Notification on Apr-13,2009 ,End
1839: /* Bug 1064651
1840: ** Init RESPONDER to PREPARER if document is a requisition.

Line 1854: l_open_form:=JAI_PO_WF_UTIL_PUB.Get_Jai_Open_Form_Command (pv_document_type => JAI_PO_WF_UTIL_PUB.G_REQ_DOC_TYPE);

1850: -- Added by Eric Ma for IL PO Notification on Apr-13,2009 ,Begin
1851: -------------------------------------------------------------------------------------
1852: IF lv_tax_region='JAI' THEN
1853: --open indian localization form
1854: l_open_form:=JAI_PO_WF_UTIL_PUB.Get_Jai_Open_Form_Command (pv_document_type => JAI_PO_WF_UTIL_PUB.G_REQ_DOC_TYPE);
1855: PO_WF_UTIL_PKG.SetItemAttrText ( itemtype => itemType, itemkey => itemkey, aname => 'OPEN_FORM_COMMAND' , avalue => l_open_form );
1856: END IF;
1857: -------------------------------------------------------------------------------------
1858: -- Added by Eric Ma for IL PO Notification on Apr-13,2009 ,End

Line 1878: l_open_form:=JAI_PO_WF_UTIL_PUB.Get_Jai_Open_Form_Command (pv_document_type => JAI_PO_WF_UTIL_PUB.G_PO_DOC_TYPE);

1874: -- Modified by Eric Ma for IL PO Notification on Apr-13,2009 ,Begin
1875: -------------------------------------------------------------------------------------
1876: IF (lv_tax_region='JAI' AND l_doc_subtype = 'PLANNED') THEN
1877: --open indian localization form
1878: l_open_form:=JAI_PO_WF_UTIL_PUB.Get_Jai_Open_Form_Command (pv_document_type => JAI_PO_WF_UTIL_PUB.G_PO_DOC_TYPE);
1879: ELSE
1880: --Bug 7716930
1881: --Bug8399676 Removed the double quotes around MODIFY and POXSTNOT
1882: l_open_form := 'PO_POXPOEPO:PO_HEADER_ID=' || '&' || 'DOCUMENT_ID' || ' ACCESS_LEVEL_CODE=MODIFY' || ' POXPOEPO_CALLING_FORM=POXSTNOT';

Line 1927: l_open_form:=JAI_PO_WF_UTIL_PUB.Get_Jai_Open_Form_Command (pv_document_type => JAI_PO_WF_UTIL_PUB.G_PO_DOC_TYPE);

1923: -- Modified by Eric Ma for IL PO Notification on Apr-13,2009 ,Begin
1924: -------------------------------------------------------------------------------------
1925: IF lv_tax_region='JAI' THEN
1926: --open indian localization form
1927: l_open_form:=JAI_PO_WF_UTIL_PUB.Get_Jai_Open_Form_Command (pv_document_type => JAI_PO_WF_UTIL_PUB.G_PO_DOC_TYPE);
1928: ELSE
1929: --STANDARD PO FORM
1930: --Bug 7716930
1931: l_open_form := 'PO_POXPOEPO:PO_HEADER_ID=' || '&' || 'DOCUMENT_ID' || ' ACCESS_LEVEL_CODE=MODIFY' || ' POXPOEPO_CALLING_FORM=POXSTNOT';

Line 1945: l_open_form:=JAI_PO_WF_UTIL_PUB.Get_Jai_Open_Form_Command (pv_document_type => JAI_PO_WF_UTIL_PUB.G_REL_DOC_TYPE);

1941: -- Added by Eric Ma for IL PO Notification on Apr-13,2009 ,Begin
1942: -------------------------------------------------------------------------------------
1943: IF lv_tax_region='JAI' THEN
1944: --open indian localization form
1945: l_open_form:=JAI_PO_WF_UTIL_PUB.Get_Jai_Open_Form_Command (pv_document_type => JAI_PO_WF_UTIL_PUB.G_REL_DOC_TYPE);
1946: ELSE
1947: --STANDARD RELEASE FORM
1948: --Bug 7716930
1949: l_open_form := 'PO_POXPOERL:PO_RELEASE_ID=' || '&' || 'DOCUMENT_ID' || ' ACCESS_LEVEL_CODE=MODIFY' || ' POXPOERL_CALLING_FORM=POXSTNOT';

Line 4839: lv_tax_region := JAI_PO_WF_UTIL_PUB.get_tax_region ( pv_document_type => JAI_PO_WF_UTIL_PUB.G_REQ_DOC_TYPE , pn_document_id => l_doc_id );

4835: wf_engine.SetItemAttrText ( itemtype => itemtype, itemkey => itemkey, aname => 'REQ_AMOUNT_DSP', avalue => l_req_amount_disp);
4836: --Modified by Eric Ma for IL PO Notification on Apr-13,2009,Begin
4837: ---------------------------------------------------------------------------
4838: --get tax region
4839: lv_tax_region := JAI_PO_WF_UTIL_PUB.get_tax_region ( pv_document_type => JAI_PO_WF_UTIL_PUB.G_REQ_DOC_TYPE , pn_document_id => l_doc_id );
4840: IF (lv_tax_region ='JAI') THEN
4841: --Get IL tax
4842: JAI_PO_WF_UTIL_PUB.Get_Jai_Tax_Amount( pv_document_type => JAI_PO_WF_UTIL_PUB.G_REQ_DOC_TYPE , pn_document_id => l_doc_id , xn_excl_tax_amount => l_tax_amount , xn_excl_nr_tax_amount => ln_jai_excl_nr_tax );
4843: ELSE

Line 4842: JAI_PO_WF_UTIL_PUB.Get_Jai_Tax_Amount( pv_document_type => JAI_PO_WF_UTIL_PUB.G_REQ_DOC_TYPE , pn_document_id => l_doc_id , xn_excl_tax_amount => l_tax_amount , xn_excl_nr_tax_amount => ln_jai_excl_nr_tax );

4838: --get tax region
4839: lv_tax_region := JAI_PO_WF_UTIL_PUB.get_tax_region ( pv_document_type => JAI_PO_WF_UTIL_PUB.G_REQ_DOC_TYPE , pn_document_id => l_doc_id );
4840: IF (lv_tax_region ='JAI') THEN
4841: --Get IL tax
4842: JAI_PO_WF_UTIL_PUB.Get_Jai_Tax_Amount( pv_document_type => JAI_PO_WF_UTIL_PUB.G_REQ_DOC_TYPE , pn_document_id => l_doc_id , xn_excl_tax_amount => l_tax_amount , xn_excl_nr_tax_amount => ln_jai_excl_nr_tax );
4843: ELSE
4844: --Get Standard Ebtax
4845: OPEN req_tax_csr(l_doc_id);
4846: FETCH req_tax_csr INTO l_tax_amount;

Line 4874: l_amount_for_tax := JAI_PO_WF_UTIL_PUB.Get_Jai_Req_Tax_Disp ( pn_jai_excl_nr_tax =>ln_jai_excl_nr_tax , pv_total_tax_dsp =>l_amount_for_tax , pv_currency_code =>l_currency_code , pv_currency_mask =>g_currency_format_mask ) ;

4870: --Modified by Eric Ma for IL PO Notification on Apr-13,2009,Begin
4871: ---------------------------------------------------------------------------
4872: IF (lv_tax_region ='JAI') THEN
4873: --format the non recoverable tax for display
4874: l_amount_for_tax := JAI_PO_WF_UTIL_PUB.Get_Jai_Req_Tax_Disp ( pn_jai_excl_nr_tax =>ln_jai_excl_nr_tax , pv_total_tax_dsp =>l_amount_for_tax , pv_currency_code =>l_currency_code , pv_currency_mask =>g_currency_format_mask ) ;
4875: END IF; -- (lv_tax_region ='JAI')
4876: ---------------------------------------------------------------------------
4877: --Modified by Eric Ma for IL PO Notification on Apr-13,2009,End
4878: PO_WF_UTIL_PKG.SetItemAttrText ( itemtype => itemtype, itemkey => itemkey, aname => 'TOTAL_AMOUNT_DSP', avalue => l_amount_for_subject);