DBA Data[Home] [Help]

APPS.CST_PRJMFG_COST_COLLECTOR dependencies on FND_API

Line 332: IF (l_return_status = FND_API.G_RET_STS_ERROR OR

328: x_return_status => l_return_status,
329: x_msg_count => l_msg_count,
330: x_msg_data => l_msg_data );
331:
332: IF (l_return_status = FND_API.G_RET_STS_ERROR OR
333: l_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
334: RAISE CST_FAILED_STD_CG_FLAG;
335: END IF;
336:

Line 333: l_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN

329: x_msg_count => l_msg_count,
330: x_msg_data => l_msg_data );
331:
332: IF (l_return_status = FND_API.G_RET_STS_ERROR OR
333: l_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
334: RAISE CST_FAILED_STD_CG_FLAG;
335: END IF;
336:
337: IF (l_primary_cost_method = 1 AND l_std_cg_acct <> 1) THEN

Line 1515: l_return_status := fnd_api.g_ret_sts_success;

1511: l_exp_org_name := '';
1512: l_accounting_line_type := 0;
1513: l_cr_code_combination_id := 0;
1514: l_stmt_num := 1;
1515: l_return_status := fnd_api.g_ret_sts_success;
1516: l_cross_bg_profile := pa_utils.IsCrossBGProfile_WNPS; /*Added or bug 8398299, using wrapping function to get profile value*/
1517:
1518: l_debug := FND_PROFILE.VALUE('MRP_DEBUG');
1519: if (l_debug = 'Y') then

Line 1548: if (l_return_status <> fnd_api.g_ret_sts_success) then

1544: x_msg_data => l_msg_data,
1545: p_txn_id => p_transaction_id,
1546: x_expenditure_type => l_expenditure_type
1547: );
1548: if (l_return_status <> fnd_api.g_ret_sts_success) then
1549: FND_FILE.put_line(FND_FILE.log, l_msg_data);
1550: l_api_message := 'get_ExpType_for_DirectItem returned unexpected error';
1551: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
1552: FND_MESSAGE.set_token('TEXT', l_api_message);

Line 1554: raise fnd_api.g_exc_unexpected_error;

1550: l_api_message := 'get_ExpType_for_DirectItem returned unexpected error';
1551: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
1552: FND_MESSAGE.set_token('TEXT', l_api_message);
1553: FND_MSG_pub.add;
1554: raise fnd_api.g_exc_unexpected_error;
1555: elsif (l_expenditure_type is not null and l_expenditure_type <> to_char(-1)) then
1556: wt_rec.c_expenditure_type := l_expenditure_type;
1557: end if;
1558: end if;

Line 2926: IF (l_return_status = FND_API.G_RET_STS_ERROR OR

2922: x_return_status => l_return_status,
2923: x_msg_count => l_msg_count,
2924: x_msg_data => l_msg_data );
2925:
2926: IF (l_return_status = FND_API.G_RET_STS_ERROR OR
2927: l_return_status = FND_API.G_RET_STS_UNEXP_ERROR)
2928:
2929: THEN
2930:

Line 2927: l_return_status = FND_API.G_RET_STS_UNEXP_ERROR)

2923: x_msg_count => l_msg_count,
2924: x_msg_data => l_msg_data );
2925:
2926: IF (l_return_status = FND_API.G_RET_STS_ERROR OR
2927: l_return_status = FND_API.G_RET_STS_UNEXP_ERROR)
2928:
2929: THEN
2930:
2931: RAISE CST_FAILED_STD_CG_FLAG;