DBA Data[Home] [Help]

APPS.PA_BUDGET_FUND_PKG dependencies on IGC_CBC_FUNDS_CHECKER

Line 317: log_message('Before calling IGC_CBC_FUNDS_CHECKER.igcfck package');

313:
314: -- R12 Funds management Uptake: Commenting out the call to procedure which is obsolete in R12
315: -- Currently CBC is not supported in R12 , hence this will never get fired.
316:
317: log_message('Before calling IGC_CBC_FUNDS_CHECKER.igcfck package');
318:
319: l_ret_code:=
320: IGC_CBC_FUNDS_CHECKER.igcfck(p_sobid => l_set_of_books_id ,
321: p_header_id => p_budget_version_id,

Line 320: IGC_CBC_FUNDS_CHECKER.igcfck(p_sobid => l_set_of_books_id ,

316:
317: log_message('Before calling IGC_CBC_FUNDS_CHECKER.igcfck package');
318:
319: l_ret_code:=
320: IGC_CBC_FUNDS_CHECKER.igcfck(p_sobid => l_set_of_books_id ,
321: p_header_id => p_budget_version_id,
322: p_mode => l_call_mode,
323: p_actual_flag => 'E' ,
324: p_doc_type => 'PA' ,

Line 329: log_message('Afer calling IGC_CBC_FUNDS_CHECKER.igcfck package');

325: p_ret_status => l_return_status,
326: p_batch_result_code => l_result_code );
327:
328:
329: log_message('Afer calling IGC_CBC_FUNDS_CHECKER.igcfck package');
330: log_message(' l_return_status '||l_return_status);
331: log_message(' l_result_code '||l_result_code);
332: log_message(' get mesage '||fnd_msg_pub.get(1));
333: