DBA Data[Home] [Help]

APPS.PO_COPYDOC_S4 dependencies on FND_API

Line 483: (p_init_msg_list => FND_API.g_false,

479: l_progress := '014';
480:
481: -- Validate the ship-to org, and derive a transaction flow
482: PO_SHARED_PROC_PVT.validate_ship_to_org
483: (p_init_msg_list => FND_API.g_false,
484: x_return_status => l_return_status,
485: p_ship_to_org_id => x_po_shipment_record.ship_to_organization_id,
486: p_item_category_id => p_item_category_id,
487: p_item_id => p_item_id, -- Bug 3433867

Line 493: IF (l_return_status <> FND_API.g_ret_sts_success) THEN

489: x_in_current_sob => l_in_current_sob,
490: x_check_txn_flow => l_check_txn_flow,
491: x_transaction_flow_header_id => l_transaction_flow_header_id);
492:
493: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
494: l_progress := '015';
495: FND_MESSAGE.set_encoded(encoded_message => FND_MSG_PUB.get);
496: RAISE FND_API.g_exc_error;
497: ELSIF (NOT l_is_valid) AND (NOT l_check_txn_flow) THEN

Line 496: RAISE FND_API.g_exc_error;

492:
493: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
494: l_progress := '015';
495: FND_MESSAGE.set_encoded(encoded_message => FND_MSG_PUB.get);
496: RAISE FND_API.g_exc_error;
497: ELSIF (NOT l_is_valid) AND (NOT l_check_txn_flow) THEN
498: l_progress := '016';
499: -- This is an error because it is not allowable to use transaction
500: -- flows in this scenario, and validation failed.

Line 503: RAISE FND_API.g_exc_error;

499: -- This is an error because it is not allowable to use transaction
500: -- flows in this scenario, and validation failed.
501: FND_MESSAGE.set_name(application => 'PO',
502: name => 'PO_INVALID_SHIP_TO_ORG');
503: RAISE FND_API.g_exc_error;
504: END IF;
505:
506: l_progress := '017';
507:

Line 567: WHEN FND_API.g_exc_error THEN

563: p_token => l_progress,
564: p_message => 'COPYDOC_SHIPMENT_FAILURE exception caught.');
565: END IF;
566: --< Shared Proc FPJ Start >
567: WHEN FND_API.g_exc_error THEN
568: PO_COPYDOC_S1.online_report
569: (x_online_report_id => p_online_report_id,
570: x_sequence => x_sequence,
571: x_message => FND_MESSAGE.get,

Line 580: p_message => 'FND_API.g_exc_error caught.');

576: IF g_debug_stmt THEN
577: PO_DEBUG.debug_stmt
578: (p_log_head => g_module_prefix||'validate_shipment',
579: p_token => l_progress,
580: p_message => 'FND_API.g_exc_error caught.');
581: END IF;
582: --< Shared Proc FPJ End >
583: WHEN OTHERS THEN
584: po_copydoc_s1.copydoc_sql_error('validate_shipment', l_progress, sqlcode,