DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on FND_API

Line 264: , p_init_msg_list => FND_API.G_FALSE

260: l_progress := '040';
261:
262: PO_INTG_DOCUMENT_FUNDS_GRP.get_active_encumbrance_amount(
263: p_api_version => 1.0
264: , p_init_msg_list => FND_API.G_FALSE
265: , p_validation_level => FND_API.G_VALID_LEVEL_FULL
266: , x_return_status => l_return_status
267: , p_doc_type => l_doc_type
268: , p_distribution_id => x_po_distribution_id

Line 265: , p_validation_level => FND_API.G_VALID_LEVEL_FULL

261:
262: PO_INTG_DOCUMENT_FUNDS_GRP.get_active_encumbrance_amount(
263: p_api_version => 1.0
264: , p_init_msg_list => FND_API.G_FALSE
265: , p_validation_level => FND_API.G_VALID_LEVEL_FULL
266: , x_return_status => l_return_status
267: , p_doc_type => l_doc_type
268: , p_distribution_id => x_po_distribution_id
269: , x_active_enc_amount => x_active_enc_amount

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

270: );
271:
272: l_progress := '050';
273:
274: IF (l_return_status = FND_API.g_ret_sts_UNEXP_ERROR) THEN
275: RAISE FND_API.g_EXC_UNEXPECTED_ERROR;
276: END IF;
277:
278: --

Line 275: RAISE FND_API.g_EXC_UNEXPECTED_ERROR;

271:
272: l_progress := '050';
273:
274: IF (l_return_status = FND_API.g_ret_sts_UNEXP_ERROR) THEN
275: RAISE FND_API.g_EXC_UNEXPECTED_ERROR;
276: END IF;
277:
278: --
279:

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

1180: p_task_id => x_task_id,
1181: x_project_num => x_project_num,
1182: x_task_num => x_task_num);
1183:
1184: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
1185: RAISE APP_EXCEPTION.application_exception;
1186: END IF;
1187: --< Bug 3265539 End >
1188:

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

1408: x_terms_id number;
1409:
1410: --< Shared Proc FPJ Start >
1411: l_ship_to_ou_id HR_ALL_ORGANIZATION_UNITS.organization_id%TYPE;
1412: l_return_status VARCHAR2(1); -- FND_API.g_ret_sts_success
1413: --< Shared Proc FPJ End >
1414:
1415: BEGIN
1416:

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

1449: x_coa_id => x_ship_to_ou_coa_id,
1450: x_ou_id => l_ship_to_ou_id,
1451: x_return_status => l_return_status);
1452:
1453: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
1454: APP_EXCEPTION.raise_exception(
1455: exception_type => 'PO_INQ_SV.get_dist_info_pq',
1456: exception_code => 0,
1457: exception_text => 'Exception in PO_SHARED_PROC_PVT.' ||