DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_POSTPROC_PVT dependencies on FND_API

Line 278: IF (x_return_status <> fnd_api.g_ret_sts_success) THEN

274: x_doc_number => x_doc_number,
275: x_return_status => x_return_status);
276:
277: --bug11843262 : Handle error when returning from DEFAULT_DOC_NUMBER_UDA
278: IF (x_return_status <> fnd_api.g_ret_sts_success) THEN
279: RAISE l_default_doc_number_exception;
280: END IF;
281:
282: IF g_debug_stmt THEN

Line 372: IF (x_return_status <> fnd_api.g_ret_sts_success) THEN

368: x_doc_number => x_doc_number,
369: x_return_status => x_return_status);
370:
371: --bug11843262 : Handle error when returning from DEFAULT_DOC_NUMBER_UDA
372: IF (x_return_status <> fnd_api.g_ret_sts_success) THEN
373: RAISE l_default_doc_number_exception;
374: END IF;
375: ELSE
376: RAISE l_uda_template_exception;

Line 655: IF l_return_status <> fnd_api.g_ret_sts_success

651: || l_return_status
652: );
653: END IF;
654:
655: IF l_return_status <> fnd_api.g_ret_sts_success
656: THEN
657: RAISE l_contracts_call_exception;
658: END IF; -- Return status from contracts
659: END IF; -- If PO_AUTOCREATE_PARAMS.x_conterms_exist_flag= 'Y'

Line 678: p_init_msg_list => fnd_api.g_false,

674: -- Modification change process
675:
676: po_drafts_pvt.transfer_draft_to_txn
677: (p_api_version => 1.0,
678: p_init_msg_list => fnd_api.g_false,
679: p_draft_id => l_doc_row.draft_id,
680: p_po_header_id => l_doc_row.po_header_id,
681: p_delete_processed_draft => fnd_api.g_true,
682: p_acceptance_action => NULL,

Line 681: p_delete_processed_draft => fnd_api.g_true,

677: (p_api_version => 1.0,
678: p_init_msg_list => fnd_api.g_false,
679: p_draft_id => l_doc_row.draft_id,
680: p_po_header_id => l_doc_row.po_header_id,
681: p_delete_processed_draft => fnd_api.g_true,
682: p_acceptance_action => NULL,
683: x_return_status => l_return_status
684: );
685:

Line 709: IF (l_return_status <> fnd_api.g_ret_sts_success)

705: --<>
706:
707: po_autocreate_params.g_draft_id := NULL;
708:
709: IF (l_return_status <> fnd_api.g_ret_sts_success)
710: THEN
711: RAISE fnd_api.g_exc_unexpected_error;
712: END IF;
713:

Line 711: RAISE fnd_api.g_exc_unexpected_error;

707: po_autocreate_params.g_draft_id := NULL;
708:
709: IF (l_return_status <> fnd_api.g_ret_sts_success)
710: THEN
711: RAISE fnd_api.g_exc_unexpected_error;
712: END IF;
713:
714: l_progress := '080';
715:

Line 822: IF l_return_status <> fnd_api.g_ret_sts_success

818: || l_return_status
819: );
820: END IF;
821:
822: IF l_return_status <> fnd_api.g_ret_sts_success
823: THEN
824: RAISE l_contracts_call_exception;
825: END IF; -- Return status from contracts
826: END IF; -- If PO_AUTOCREATE_PARAMS.x_conterms_exist_flag= 'Y'

Line 2913: p_init_msg_list => FND_API.G_TRUE,

2909: IF(l_exhibit_tbl IS NOT NULL) THEN
2910:
2911: okc_cdrl_pvt.retain_cdrls_for_exhibits (
2912: p_api_version => 1.0,
2913: p_init_msg_list => FND_API.G_TRUE,
2914: p_commit => FND_API.G_FALSE,
2915: p_doc_type => p_contract_doc_type,
2916: p_doc_id => po_autocreate_params.g_po_header_id,
2917: p_doc_version => NULL,

Line 2914: p_commit => FND_API.G_FALSE,

2910:
2911: okc_cdrl_pvt.retain_cdrls_for_exhibits (
2912: p_api_version => 1.0,
2913: p_init_msg_list => FND_API.G_TRUE,
2914: p_commit => FND_API.G_FALSE,
2915: p_doc_type => p_contract_doc_type,
2916: p_doc_id => po_autocreate_params.g_po_header_id,
2917: p_doc_version => NULL,
2918: p_mode => NULL,