DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on FND_API

Line 481: l_return_status = FND_API.g_ret_sts_success) THEN

477: l_po_header_id,
478: l_return_status,
479: l_complex_flag);
480: IF (l_return_status IS NOT NULL AND
481: l_return_status = FND_API.g_ret_sts_success) THEN
482: IF( g_asn_debug = 'Y' ) THEN
483: asn_debug.put_line('l_return_status ' || l_return_status);
484: asn_debug.put_line('l_po_header_id ' || l_po_header_id);
485: END IF;

Line 5084: l_return_status = FND_API.g_ret_sts_success) THEN

5080: l_return_status,
5081: l_complex_flag);
5082:
5083: IF (l_return_status IS NOT NULL AND
5084: l_return_status = FND_API.g_ret_sts_success) THEN
5085: IF( g_asn_debug = 'Y' ) THEN
5086: asn_debug.put_line('l_return_status ' || l_return_status);
5087: asn_debug.put_line('l_po_header_id ' || temp_cascaded_table(1).po_header_id);
5088: END IF;

Line 8181: IF (l_return_status = fnd_api.g_ret_sts_error) THEN

8177: x_cascaded_table(n).interface_transaction_id,
8178: 1
8179: );
8180:
8181: IF (l_return_status = fnd_api.g_ret_sts_error) THEN
8182: RAISE fnd_api.g_exc_error;
8183: ELSIF(l_return_status = fnd_api.g_ret_sts_unexp_error) THEN
8184: RAISE fnd_api.g_exc_unexpected_error;
8185: END IF;

Line 8182: RAISE fnd_api.g_exc_error;

8178: 1
8179: );
8180:
8181: IF (l_return_status = fnd_api.g_ret_sts_error) THEN
8182: RAISE fnd_api.g_exc_error;
8183: ELSIF(l_return_status = fnd_api.g_ret_sts_unexp_error) THEN
8184: RAISE fnd_api.g_exc_unexpected_error;
8185: END IF;
8186: END IF; --}

Line 8183: ELSIF(l_return_status = fnd_api.g_ret_sts_unexp_error) THEN

8179: );
8180:
8181: IF (l_return_status = fnd_api.g_ret_sts_error) THEN
8182: RAISE fnd_api.g_exc_error;
8183: ELSIF(l_return_status = fnd_api.g_ret_sts_unexp_error) THEN
8184: RAISE fnd_api.g_exc_unexpected_error;
8185: END IF;
8186: END IF; --}
8187: EXCEPTION

Line 8184: RAISE fnd_api.g_exc_unexpected_error;

8180:
8181: IF (l_return_status = fnd_api.g_ret_sts_error) THEN
8182: RAISE fnd_api.g_exc_error;
8183: ELSIF(l_return_status = fnd_api.g_ret_sts_unexp_error) THEN
8184: RAISE fnd_api.g_exc_unexpected_error;
8185: END IF;
8186: END IF; --}
8187: EXCEPTION
8188: WHEN e_validation_error THEN

Line 9970: p_init_msg_lst => fnd_api.g_false,

9966: asn_debug.put_line('Calling split_lot_serial');
9967: END IF;
9968:
9969: l_return := inv_rcv_integration_apis.split_lot_serial(p_api_version => l_api_version,
9970: p_init_msg_lst => fnd_api.g_false,
9971: x_return_status => l_return_status,
9972: x_msg_count => l_msg_count,
9973: x_msg_data => l_msg_data,
9974: p_new_rti_info => l_ls_table

Line 9983: OR (l_return_status <> fnd_api.g_ret_sts_success)) THEN --{

9979: END IF;
9980:
9981: -- if lot serial validation failed, then fail all these split rows
9982: IF ( (NOT l_return)
9983: OR (l_return_status <> fnd_api.g_ret_sts_success)) THEN --{
9984: IF (g_asn_debug = 'Y') THEN
9985: asn_debug.put_line('split_lot_serial Api has errors');
9986:
9987: IF l_return THEN

Line 9998: l_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);

9994: asn_debug.put_line('x_msg_count: ' || l_msg_count);
9995: asn_debug.put_line('x_msg_data: ' || l_msg_data);
9996: END IF;
9997:
9998: l_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
9999:
10000: FOR k IN l_ls_table.FIRST .. e_o_t LOOP
10001: /* We error out the rti row here.
10002: * Erroring out the other lpm_group rows

Line 11501: l_return_status = FND_API.g_ret_sts_success) THEN

11497: l_po_header_id,
11498: l_return_status,
11499: l_complex_flag);
11500: IF (l_return_status IS NOT NULL AND
11501: l_return_status = FND_API.g_ret_sts_success) THEN
11502: IF( g_asn_debug = 'Y' ) THEN
11503: asn_debug.put_line('l_return_status ' || l_return_status);
11504: asn_debug.put_line('l_po_header_id ' || l_po_header_id);
11505: END IF;

Line 13211: l_return_status = FND_API.g_ret_sts_success) THEN

13207: l_po_header_id,
13208: l_return_status,
13209: l_complex_flag);
13210: IF (l_return_status IS NOT NULL AND
13211: l_return_status = FND_API.g_ret_sts_success) THEN
13212: IF( g_asn_debug = 'Y' ) THEN
13213: asn_debug.put_line('l_return_status ' || l_return_status);
13214: asn_debug.put_line('l_po_header_id ' || l_po_header_id);
13215: END IF;

Line 17408: raise fnd_api.g_exc_error;

17404: asn_debug.put_line('l_lcm_date : ' || l_lcm_date);
17405: asn_debug.put_line('x_currency_conversion_rate : ' || x_currency_conversion_rate);
17406:
17407: IF (x_return_status <> 'S') THEN
17408: raise fnd_api.g_exc_error;
17409: END IF;
17410:
17411: IF (x_currency_code IS NULL) THEN
17412: x_cascaded_table(n).error_status := 'E';