DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on FND_API

Line 226: , p_init_msg_list => FND_API.G_FALSE

222: l_progress := '040';
223:
224: PO_INTG_DOCUMENT_FUNDS_GRP.get_active_encumbrance_amount(
225: p_api_version => 1.0
226: , p_init_msg_list => FND_API.G_FALSE
227: , p_validation_level => FND_API.G_VALID_LEVEL_FULL
228: , x_return_status => l_return_status
229: , p_doc_type => l_doc_type
230: , p_distribution_id => x_po_distribution_id

Line 227: , p_validation_level => FND_API.G_VALID_LEVEL_FULL

223:
224: PO_INTG_DOCUMENT_FUNDS_GRP.get_active_encumbrance_amount(
225: p_api_version => 1.0
226: , p_init_msg_list => FND_API.G_FALSE
227: , p_validation_level => FND_API.G_VALID_LEVEL_FULL
228: , x_return_status => l_return_status
229: , p_doc_type => l_doc_type
230: , p_distribution_id => x_po_distribution_id
231: , x_active_enc_amount => x_active_enc_amount

Line 236: IF (l_return_status = FND_API.g_ret_sts_UNEXP_ERROR) THEN

232: );
233:
234: l_progress := '050';
235:
236: IF (l_return_status = FND_API.g_ret_sts_UNEXP_ERROR) THEN
237: RAISE FND_API.g_EXC_UNEXPECTED_ERROR;
238: END IF;
239:
240: --

Line 237: RAISE FND_API.g_EXC_UNEXPECTED_ERROR;

233:
234: l_progress := '050';
235:
236: IF (l_return_status = FND_API.g_ret_sts_UNEXP_ERROR) THEN
237: RAISE FND_API.g_EXC_UNEXPECTED_ERROR;
238: END IF;
239:
240: --
241:

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

1126: p_task_id => x_task_id,
1127: x_project_num => x_project_num,
1128: x_task_num => x_task_num);
1129:
1130: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
1131: RAISE APP_EXCEPTION.application_exception;
1132: END IF;
1133: --< Bug 3265539 End >
1134:

Line 1358: l_return_status VARCHAR2(1); -- FND_API.g_ret_sts_success

1354: x_terms_id number;
1355:
1356: --< Shared Proc FPJ Start >
1357: l_ship_to_ou_id HR_ALL_ORGANIZATION_UNITS.organization_id%TYPE;
1358: l_return_status VARCHAR2(1); -- FND_API.g_ret_sts_success
1359: --< Shared Proc FPJ End >
1360:
1361: BEGIN
1362:

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

1395: x_coa_id => x_ship_to_ou_coa_id,
1396: x_ou_id => l_ship_to_ou_id,
1397: x_return_status => l_return_status);
1398:
1399: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
1400: APP_EXCEPTION.raise_exception(
1401: exception_type => 'PO_INQ_SV.get_dist_info_pq',
1402: exception_code => 0,
1403: exception_text => 'Exception in PO_SHARED_PROC_PVT.' ||