DBA Data[Home] [Help]

APPS.PO_PARTIAL_FUNDING_PKG dependencies on FND_API

Line 368: x_return_status := fnd_api.g_ret_sts_success;

364: END IF;
365: END IF;
366: d_progress := 90;
367: -- By default return status is SUCCESS if no exception occurs
368: x_return_status := fnd_api.g_ret_sts_success;
369: EXCEPTION
370: WHEN OTHERS THEN
371: x_return_status := fnd_api.g_ret_sts_unexp_error;
372:

Line 371: x_return_status := fnd_api.g_ret_sts_unexp_error;

367: -- By default return status is SUCCESS if no exception occurs
368: x_return_status := fnd_api.g_ret_sts_success;
369: EXCEPTION
370: WHEN OTHERS THEN
371: x_return_status := fnd_api.g_ret_sts_unexp_error;
372:
373: IF (po_log.d_exc) THEN
374: po_log.Exc(d_module,d_progress,SQLCODE
375: ||sqlerrm);

Line 419: x_return_status := fnd_api.g_ret_sts_success;

415: x_chng_in_funded_value := p_funded_value;
416: END IF;
417: d_progress := 50;
418: -- By default return status is SUCCESS if no exception occurs
419: x_return_status := fnd_api.g_ret_sts_success;
420: EXCEPTION
421: WHEN OTHERS THEN
422: x_return_status := fnd_api.g_ret_sts_unexp_error;
423:

Line 422: x_return_status := fnd_api.g_ret_sts_unexp_error;

418: -- By default return status is SUCCESS if no exception occurs
419: x_return_status := fnd_api.g_ret_sts_success;
420: EXCEPTION
421: WHEN OTHERS THEN
422: x_return_status := fnd_api.g_ret_sts_unexp_error;
423:
424: IF (po_log.d_exc) THEN
425: po_log.Exc(d_module,d_progress,SQLCODE
426: ||sqlerrm);

Line 467: x_return_status := fnd_api.g_ret_sts_success;

463: x_amt_funded := p_amt_ordered;
464: END IF;
465: d_progress := 50;
466: -- By default return status is SUCCESS if no exception occurs
467: x_return_status := fnd_api.g_ret_sts_success;
468: EXCEPTION
469: WHEN OTHERS THEN
470: x_return_status := fnd_api.g_ret_sts_unexp_error;
471:

Line 470: x_return_status := fnd_api.g_ret_sts_unexp_error;

466: -- By default return status is SUCCESS if no exception occurs
467: x_return_status := fnd_api.g_ret_sts_success;
468: EXCEPTION
469: WHEN OTHERS THEN
470: x_return_status := fnd_api.g_ret_sts_unexp_error;
471:
472: IF (po_log.d_exc) THEN
473: po_log.Exc(d_module,d_progress,SQLCODE
474: ||sqlerrm);