DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on FND_API

Line 1071: IF x_return_status <> FND_API.g_ret_sts_success THEN

1067: x_return_status => x_return_status,
1068: x_msg_count => x_msg_count,
1069: x_msg_data => x_msg_data);
1070:
1071: IF x_return_status <> FND_API.g_ret_sts_success THEN
1072: debug('ERROR....Process_Acceptance_in_OM FAILED..');
1073: debug('OM return status = '||x_return_status);
1074:
1075: IF x_msg_count = 1 THEN

Line 1083: p_encoded => FND_API.G_FALSE));

1079: ELSE
1080: FOR i IN 1..x_msg_count LOOP
1081: debug(FND_MSG_PUB.get
1082: (p_msg_index => i,
1083: p_encoded => FND_API.G_FALSE));
1084: END LOOP;
1085: END IF;
1086:
1087: RAISE om_error;

Line 1392: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;

1388: /* This function returns the customer_trx_line_id of the parent line
1389: after fetching the attribute values from OM */
1390: FUNCTION get_line_id(p_so_line_id IN NUMBER) RETURN NUMBER IS
1391: l_line_flex_rec ar_deferral_reasons_grp.line_flex_rec;
1392: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
1393: l_msg_count NUMBER;
1394: l_msg_data VARCHAR2(2000);
1395: l_customer_trx_line_id ra_customer_trx_lines_all.customer_trx_line_id%type;
1396: BEGIN

Line 1406: IF l_return_status = FND_API.G_RET_STS_SUCCESS

1402: x_msg_count => l_msg_count,
1403: x_msg_data => l_msg_data);
1404:
1405: /* Now get the customer_trx_line_id of the parent */
1406: IF l_return_status = FND_API.G_RET_STS_SUCCESS
1407: THEN
1408:
1409: /* OM responded with the attributes, use them to go
1410: get the line id of the parent invoice line. Note that

Line 3290: l_init_msg_list VARCHAR2(30) DEFAULT fnd_api.g_true;

3286: x_msg_count OUT NOCOPY NUMBER,
3287: x_msg_data OUT NOCOPY VARCHAR2) IS
3288:
3289: l_api_version NUMBER := 2.0;
3290: l_init_msg_list VARCHAR2(30) DEFAULT fnd_api.g_true;
3291: l_commit VARCHAR2(30) DEFAULT FND_API.G_FALSE;
3292:
3293: l_sysdate DATE;
3294: l_user_id NUMBER;

Line 3291: l_commit VARCHAR2(30) DEFAULT FND_API.G_FALSE;

3287: x_msg_data OUT NOCOPY VARCHAR2) IS
3288:
3289: l_api_version NUMBER := 2.0;
3290: l_init_msg_list VARCHAR2(30) DEFAULT fnd_api.g_true;
3291: l_commit VARCHAR2(30) DEFAULT FND_API.G_FALSE;
3292:
3293: l_sysdate DATE;
3294: l_user_id NUMBER;
3295:

Line 3512: IF x_return_status = fnd_api.g_ret_sts_success THEN

3508:
3509: END IF;
3510:
3511:
3512: IF x_return_status = fnd_api.g_ret_sts_success THEN
3513:
3514: IF pg_debug IN ('Y', 'C') THEN
3515: debug('Call To RAM API successful');
3516: END IF;

Line 3527: fnd_msg_pub.get(fnd_msg_pub.g_first, fnd_api.g_false,

3523: debug(' p_customer_trx_line_id : ' ||
3524: p_customer_trx_line_id);
3525: END IF;
3526:
3527: fnd_msg_pub.get(fnd_msg_pub.g_first, fnd_api.g_false,
3528: x_msg_data, x_msg_count);
3529:
3530: IF pg_debug IN ('Y', 'C') THEN
3531: debug('Error Reported By RAM API: ' || x_msg_data);

Line 5489: x_return_status := fnd_api.g_ret_sts_success;

5485: debug(' p_gl_date : ' || p_gl_date);
5486: debug(' p_comments : ' || p_comments);
5487: END IF;
5488:
5489: x_return_status := fnd_api.g_ret_sts_success;
5490:
5491: IF (p_mode = c_manual_override_mode) THEN
5492:
5493: IF pg_debug IN ('Y', 'C') THEN

Line 6229: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

6225: on package global value AR_RAAPI_UTIL.g_called_from passed as SWEEPER),this call will round
6226: each adjustment that is recorded in ar_rev_line_adj_gt */
6227: IF (arp_rounding.correct_rev_adj_by_line = 0) THEN
6228: arp_util.debug('ERROR: arp_rounding.correct_rev_adj_by_line');
6229: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6230: END IF;
6231:
6232: END LOOP; -- cur_orgs Bug4675710
6233: