DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_POOL_WF dependencies on OKL_ACCOUNTING_UTIL

Line 155: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);

151: lv_total_budget := wf_engine.GetItemAttrText(itemtype => itemtype,
152: itemkey => itemkey,
153: aname => G_WF_ITM_TOTAL_BUDGETS);
154: -- format this amount
155: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);
156:
157: lv_message_body := get_message('OKL_TOTAL_BUDGETS','TOTAL_BUDGET',lv_total_budget)||' '||lv_currency_code||'
'||
158: get_message('OKL_EFFECTIVE_FROM','FROM_DATE',fnd_Date.date_to_displaydate(lv_from_date))||'
'||
159: get_message('OKL_EFFECTIVE_TO','TO_DATE',lv_to_date)||'
'||

Line 197: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);

193: lv_total_budget := wf_engine.GetItemAttrText(itemtype => itemtype,
194: itemkey => itemkey,
195: aname => G_WF_ITM_BUDGET_AMOUNT);
196: -- format this amount
197: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);
198: lv_budget_type := wf_engine.GetItemAttrText(itemtype => itemtype,
199: itemkey => itemkey,
200: aname => G_WF_ITM_BUDGET_TYPE);
201: lv_budget_type := okl_accounting_util.get_lookup_meaning('OKL_SUB_POOL_LINE_TYPE',lv_budget_type);

Line 201: lv_budget_type := okl_accounting_util.get_lookup_meaning('OKL_SUB_POOL_LINE_TYPE',lv_budget_type);

197: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);
198: lv_budget_type := wf_engine.GetItemAttrText(itemtype => itemtype,
199: itemkey => itemkey,
200: aname => G_WF_ITM_BUDGET_TYPE);
201: lv_budget_type := okl_accounting_util.get_lookup_meaning('OKL_SUB_POOL_LINE_TYPE',lv_budget_type);
202:
203: lv_message_body := ''||get_message('OKL_TOTAL_BUDGETS','TOTAL_BUDGET',lv_total_budget)||' '||lv_currency_code||'
'||
204: get_message('OKL_EFFECTIVE_FROM','FROM_DATE',fnd_Date.date_to_displaydate(lv_from_date))||'
'||
205: get_message('OKL_SUB_POOL_LINE_TYPE','TYPE',lv_budget_type)||'
'||

Line 240: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);

236: itemkey => itemkey,
237: aname => G_WF_ITM_BUDGET_AMOUNT);
238: END IF;
239: -- format this amount
240: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);
241:
242: fnd_message.set_name(G_APP_NAME,message);
243: fnd_message.set_token('NAME', lv_pool_name);
244:

Line 949: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);

945: lv_total_budget := wf_engine.GetItemAttrText(itemtype => itemtype,
946: itemkey => itemkey,
947: aname => G_WF_ITM_TOTAL_BUDGETS);
948: -- format this amount
949: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);
950:
951: fnd_message.set_name(G_APP_NAME,'OKL_SUB_POOL_REQ_APPROVAL_SUB');
952: fnd_message.set_token('NAME', lv_pool_name);
953: fnd_message.set_token('TOTAL_BUDGET', lv_total_budget);

Line 975: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);

971: lv_total_budget := wf_engine.GetItemAttrText(itemtype => itemtype,
972: itemkey => itemkey,
973: aname => G_WF_ITM_BUDGET_AMOUNT);
974: -- format this amount
975: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);
976: lv_budget_type := wf_engine.GetItemAttrText(itemtype => itemtype,
977: itemkey => itemkey,
978: aname => G_WF_ITM_BUDGET_TYPE);
979: lv_budget_type := okl_accounting_util.get_lookup_meaning('OKL_SUB_POOL_LINE_TYPE',lv_budget_type);

Line 979: lv_budget_type := okl_accounting_util.get_lookup_meaning('OKL_SUB_POOL_LINE_TYPE',lv_budget_type);

975: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);
976: lv_budget_type := wf_engine.GetItemAttrText(itemtype => itemtype,
977: itemkey => itemkey,
978: aname => G_WF_ITM_BUDGET_TYPE);
979: lv_budget_type := okl_accounting_util.get_lookup_meaning('OKL_SUB_POOL_LINE_TYPE',lv_budget_type);
980:
981: fnd_message.set_name(G_APP_NAME,'OKL_SUB_LINE_REQ_APPROVAL_SUB');
982: fnd_message.set_token('NAME', lv_pool_name);
983: fnd_message.set_token('BUDGET', lv_total_budget);

Line 1080: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);

1076: lv_total_budget := wf_engine.GetItemAttrText(itemtype => itemtype,
1077: itemkey => itemkey,
1078: aname => G_WF_ITM_TOTAL_BUDGETS);
1079: -- format this amount
1080: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);
1081:
1082: fnd_message.set_name(G_APP_NAME,'OKL_SUB_POOL_REQ_APPROVED_SUB');
1083: fnd_message.set_token('NAME', lv_pool_name);
1084: fnd_message.set_token('TOTAL_BUDGET', lv_total_budget);

Line 1123: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);

1119: lv_total_budget := wf_engine.GetItemAttrText(itemtype => itemtype,
1120: itemkey => itemkey,
1121: aname => G_WF_ITM_BUDGET_AMOUNT);
1122: -- format this amount
1123: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);
1124: lv_budget_type := wf_engine.GetItemAttrText(itemtype => itemtype,
1125: itemkey => itemkey,
1126: aname => G_WF_ITM_BUDGET_TYPE);
1127: lv_budget_type := okl_accounting_util.get_lookup_meaning('OKL_SUB_POOL_LINE_TYPE',lv_budget_type);

Line 1127: lv_budget_type := okl_accounting_util.get_lookup_meaning('OKL_SUB_POOL_LINE_TYPE',lv_budget_type);

1123: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);
1124: lv_budget_type := wf_engine.GetItemAttrText(itemtype => itemtype,
1125: itemkey => itemkey,
1126: aname => G_WF_ITM_BUDGET_TYPE);
1127: lv_budget_type := okl_accounting_util.get_lookup_meaning('OKL_SUB_POOL_LINE_TYPE',lv_budget_type);
1128:
1129: fnd_message.set_name(G_APP_NAME,'OKL_SUB_LINE_REQ_APPROVED_SUB');
1130: fnd_message.set_token('NAME', lv_pool_name);
1131: fnd_message.set_token('BUDGET', lv_total_budget);

Line 1168: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);

1164: lv_total_budget := wf_engine.GetItemAttrText(itemtype => itemtype,
1165: itemkey => itemkey,
1166: aname => G_WF_ITM_TOTAL_BUDGETS);
1167: -- format this amount
1168: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);
1169:
1170: fnd_message.set_name(G_APP_NAME,'OKL_SUB_POOL_REQ_REJECT_SUB');
1171: fnd_message.set_token('NAME', lv_pool_name);
1172: fnd_message.set_token('TOTAL_BUDGET', lv_total_budget);

Line 1211: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);

1207: lv_total_budget := wf_engine.GetItemAttrText(itemtype => itemtype,
1208: itemkey => itemkey,
1209: aname => G_WF_ITM_BUDGET_AMOUNT);
1210: -- format this amount
1211: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);
1212: lv_budget_type := wf_engine.GetItemAttrText(itemtype => itemtype,
1213: itemkey => itemkey,
1214: aname => G_WF_ITM_BUDGET_TYPE);
1215: lv_budget_type := okl_accounting_util.get_lookup_meaning('OKL_SUB_POOL_LINE_TYPE',lv_budget_type);

Line 1215: lv_budget_type := okl_accounting_util.get_lookup_meaning('OKL_SUB_POOL_LINE_TYPE',lv_budget_type);

1211: lv_total_budget := okl_accounting_util.format_amount(lv_total_budget,lv_currency_code);
1212: lv_budget_type := wf_engine.GetItemAttrText(itemtype => itemtype,
1213: itemkey => itemkey,
1214: aname => G_WF_ITM_BUDGET_TYPE);
1215: lv_budget_type := okl_accounting_util.get_lookup_meaning('OKL_SUB_POOL_LINE_TYPE',lv_budget_type);
1216:
1217: fnd_message.set_name(G_APP_NAME,'OKL_SUB_LINE_REQ_REJECT_SUB');
1218: fnd_message.set_token('NAME', lv_pool_name);
1219: fnd_message.set_token('BUDGET', lv_total_budget);