DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on FND_API

Line 64: l_return_status = FND_API.g_ret_sts_success) THEN

60: l_po_header_id,
61: l_return_status,
62: l_complex_flag);
63: IF (l_return_status IS NOT NULL AND
64: l_return_status = FND_API.g_ret_sts_success) THEN
65: IF( g_asn_debug = 'Y' ) THEN
66: asn_debug.put_line('l_return_status ' || l_return_status);
67: asn_debug.put_line('l_po_header_id ' || l_po_header_id);
68: END IF;

Line 4524: l_return_status = FND_API.g_ret_sts_success) THEN

4520: l_return_status,
4521: l_complex_flag);
4522:
4523: IF (l_return_status IS NOT NULL AND
4524: l_return_status = FND_API.g_ret_sts_success) THEN
4525: IF( g_asn_debug = 'Y' ) THEN
4526: asn_debug.put_line('l_return_status ' || l_return_status);
4527: asn_debug.put_line('l_po_header_id ' || temp_cascaded_table(1).po_header_id);
4528: END IF;

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

7291: x_cascaded_table(n).interface_transaction_id,
7292: 1
7293: );
7294:
7295: IF (l_return_status = fnd_api.g_ret_sts_error) THEN
7296: RAISE fnd_api.g_exc_error;
7297: ELSIF(l_return_status = fnd_api.g_ret_sts_unexp_error) THEN
7298: RAISE fnd_api.g_exc_unexpected_error;
7299: END IF;

Line 7296: RAISE fnd_api.g_exc_error;

7292: 1
7293: );
7294:
7295: IF (l_return_status = fnd_api.g_ret_sts_error) THEN
7296: RAISE fnd_api.g_exc_error;
7297: ELSIF(l_return_status = fnd_api.g_ret_sts_unexp_error) THEN
7298: RAISE fnd_api.g_exc_unexpected_error;
7299: END IF;
7300: END IF; --}

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

7293: );
7294:
7295: IF (l_return_status = fnd_api.g_ret_sts_error) THEN
7296: RAISE fnd_api.g_exc_error;
7297: ELSIF(l_return_status = fnd_api.g_ret_sts_unexp_error) THEN
7298: RAISE fnd_api.g_exc_unexpected_error;
7299: END IF;
7300: END IF; --}
7301: EXCEPTION

Line 7298: RAISE fnd_api.g_exc_unexpected_error;

7294:
7295: IF (l_return_status = fnd_api.g_ret_sts_error) THEN
7296: RAISE fnd_api.g_exc_error;
7297: ELSIF(l_return_status = fnd_api.g_ret_sts_unexp_error) THEN
7298: RAISE fnd_api.g_exc_unexpected_error;
7299: END IF;
7300: END IF; --}
7301: EXCEPTION
7302: WHEN e_validation_error THEN

Line 9018: p_init_msg_lst => fnd_api.g_false,

9014: asn_debug.put_line('Calling split_lot_serial');
9015: END IF;
9016:
9017: l_return := inv_rcv_integration_apis.split_lot_serial(p_api_version => l_api_version,
9018: p_init_msg_lst => fnd_api.g_false,
9019: x_return_status => l_return_status,
9020: x_msg_count => l_msg_count,
9021: x_msg_data => l_msg_data,
9022: p_new_rti_info => l_ls_table

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

9027: END IF;
9028:
9029: -- if lot serial validation failed, then fail all these split rows
9030: IF ( (NOT l_return)
9031: OR (l_return_status <> fnd_api.g_ret_sts_success)) THEN --{
9032: IF (g_asn_debug = 'Y') THEN
9033: asn_debug.put_line('split_lot_serial Api has errors');
9034:
9035: IF l_return THEN

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

9042: asn_debug.put_line('x_msg_count: ' || l_msg_count);
9043: asn_debug.put_line('x_msg_data: ' || l_msg_data);
9044: END IF;
9045:
9046: l_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
9047:
9048: FOR k IN l_ls_table.FIRST .. e_o_t LOOP
9049: /* We error out the rti row here.
9050: * Erroring out the other lpm_group rows

Line 10438: l_return_status = FND_API.g_ret_sts_success) THEN

10434: l_po_header_id,
10435: l_return_status,
10436: l_complex_flag);
10437: IF (l_return_status IS NOT NULL AND
10438: l_return_status = FND_API.g_ret_sts_success) THEN
10439: IF( g_asn_debug = 'Y' ) THEN
10440: asn_debug.put_line('l_return_status ' || l_return_status);
10441: asn_debug.put_line('l_po_header_id ' || l_po_header_id);
10442: END IF;

Line 11914: l_return_status = FND_API.g_ret_sts_success) THEN

11910: l_po_header_id,
11911: l_return_status,
11912: l_complex_flag);
11913: IF (l_return_status IS NOT NULL AND
11914: l_return_status = FND_API.g_ret_sts_success) THEN
11915: IF( g_asn_debug = 'Y' ) THEN
11916: asn_debug.put_line('l_return_status ' || l_return_status);
11917: asn_debug.put_line('l_po_header_id ' || l_po_header_id);
11918: END IF;