DBA Data[Home] [Help]

APPS.CST_PRJMFG_COST_COLLECTOR dependencies on FND_API

Line 331: IF (l_return_status = FND_API.G_RET_STS_ERROR OR

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

Line 332: l_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN

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

Line 1474: l_return_status := fnd_api.g_ret_sts_success;

1470: l_exp_org_name := '';
1471: l_accounting_line_type := 0;
1472: l_cr_code_combination_id := 0;
1473: l_stmt_num := 1;
1474: l_return_status := fnd_api.g_ret_sts_success;
1475:
1476: l_debug := FND_PROFILE.VALUE('MRP_DEBUG');
1477: if (l_debug = 'Y') then
1478: FND_FILE.PUT_LINE(FND_FILE.LOG,'DEBUG: Reached#: pm_cc_worker_wt');

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

1590: p_txn_id => p_transaction_id,
1591: x_expenditure_type => l_expenditure_type
1592: );
1593:
1594: if (l_return_status <> fnd_api.g_ret_sts_success) then
1595: FND_FILE.put_line(FND_FILE.log, l_msg_data);
1596: l_api_message := 'get_ExpType_for_DirectItem returned unexpected error';
1597: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
1598: FND_MESSAGE.set_token('TEXT', l_api_message);

Line 1600: raise fnd_api.g_exc_unexpected_error;

1596: l_api_message := 'get_ExpType_for_DirectItem returned unexpected error';
1597: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
1598: FND_MESSAGE.set_token('TEXT', l_api_message);
1599: FND_MSG_pub.add;
1600: raise fnd_api.g_exc_unexpected_error;
1601: elsif (l_expenditure_type is not null and l_expenditure_type <> to_char(-1)) then
1602: wt_rec.c_expenditure_type := l_expenditure_type;
1603: end if;
1604: end if;

Line 2865: IF (l_return_status = FND_API.G_RET_STS_ERROR OR

2861: x_return_status => l_return_status,
2862: x_msg_count => l_msg_count,
2863: x_msg_data => l_msg_data );
2864:
2865: IF (l_return_status = FND_API.G_RET_STS_ERROR OR
2866: l_return_status = FND_API.G_RET_STS_UNEXP_ERROR)
2867:
2868: THEN
2869:

Line 2866: l_return_status = FND_API.G_RET_STS_UNEXP_ERROR)

2862: x_msg_count => l_msg_count,
2863: x_msg_data => l_msg_data );
2864:
2865: IF (l_return_status = FND_API.G_RET_STS_ERROR OR
2866: l_return_status = FND_API.G_RET_STS_UNEXP_ERROR)
2867:
2868: THEN
2869:
2870: RAISE CST_FAILED_STD_CG_FLAG;