DBA Data[Home] [Help]

APPS.OKS_QP_PKG dependencies on FND_API

Line 198: RAISE fnd_api.g_exc_error;

194: p_bsl_id ||
195: ' Modifier ' ||
196: p_modifier_details (i).list_line_id
197: );
198: RAISE fnd_api.g_exc_error;
199: END IF;
200:
201: EXIT WHEN i = p_modifier_details.LAST;
202: i := p_modifier_details.NEXT (i);

Line 6001: RAISE fnd_api.g_exc_error;

5997: g_required_value,
5998: g_col_name_token,
5999: 'JA-J-is returning error on subscription qty-uom'
6000: );
6001: RAISE fnd_api.g_exc_error;
6002: END IF;
6003: ELSIF l_hdrtop_rec.tl_line_style = 12
6004: THEN
6005: l_req_line_rec.usage_pricing_type := 'REGULAR';

Line 6622: RAISE fnd_api.g_exc_error;

6618: l_hdrtop_rec.tl_start_date ||
6619: ' EndDate ' ||
6620: l_hdrtop_rec.tl_end_date
6621: );
6622: RAISE fnd_api.g_exc_error;
6623: END IF;
6624: ELSE
6625: --begin new logic for partial periods
6626: OPEN l_get_hdrid_csr (l_subline_rec.sl_id);

Line 6646: RAISE fnd_api.g_exc_error;

6642: );
6643:
6644: IF x_return_status <> 'S'
6645: THEN
6646: RAISE fnd_api.g_exc_error;
6647: END IF;
6648: ELSE
6649: RAISE invalid_hdr_id_exception;
6650: END IF;

Line 6720: RAISE fnd_api.g_exc_error;

6716: l_hdrtop_rec.tl_start_date ||
6717: ' EndDate ' ||
6718: l_hdrtop_rec.tl_end_date
6719: );
6720: RAISE fnd_api.g_exc_error;
6721: END IF;
6722: END IF;
6723: END IF; -- END LM INTENT CHECK
6724:

Line 8375: RAISE fnd_api.g_exc_error;

8371: G_QP_ENGINE_ERROR,
8372: 'ERROR_MESSAGE',
8373: lx_return_status_text
8374: );
8375: RAISE fnd_api.g_exc_error;
8376: END IF;
8377:
8378: --dbms_output.put_line ('*** AFTER QP CALL STATUS **** ' ||lx_return_status);
8379: --dbms_output.put_line ('*** AFTER QP CALL STATUS TEXT **** ' ||lx_return_status_text);

Line 8608: RAISE fnd_api.g_exc_error;

8604: g_required_value,
8605: g_col_name_token,
8606: 'Modifier Creation Error - Subscription '
8607: );
8608: RAISE fnd_api.g_exc_error;
8609: END IF;
8610: ELSIF l_hdrtop_rec.tl_line_style = 12
8611: THEN
8612: modifier_4_usg (p_bsl_id => p_detail_rec.bsl_id,

Line 8624: RAISE fnd_api.g_exc_error;

8620: g_required_value,
8621: g_col_name_token,
8622: 'Modifier Creation Error - Usage'
8623: );
8624: RAISE fnd_api.g_exc_error;
8625: END IF;
8626: ELSIF l_hdrtop_rec.tl_line_style IN (1, 19)
8627: THEN
8628: modifier_handling (p_cle_id => p_detail_rec.subline_id,

Line 8641: RAISE fnd_api.g_exc_error;

8637: g_required_value,
8638: g_col_name_token,
8639: 'Modifier Creation Error - Service/Warranty '
8640: );
8641: RAISE fnd_api.g_exc_error;
8642: END IF;
8643: END IF;
8644: END IF; --Apply Modifiers Intent Check
8645:

Line 9068: WHEN fnd_api.g_exc_error

9064: END IF;
9065: END IF;
9066: --**************************************************************************************************************
9067: EXCEPTION
9068: WHEN fnd_api.g_exc_error
9069: THEN
9070: x_return_status := okc_api.g_ret_sts_error;
9071:
9072: -- end debug log

Line 9192: p_init_msg_list => fnd_api.g_false,

9188:
9189: --dbms_output.put_line('before process price list ');
9190: qp_price_list_pub.process_price_list
9191: (p_api_version_number => 1,
9192: p_init_msg_list => fnd_api.g_false,
9193: p_return_values => fnd_api.g_false,
9194: p_commit => fnd_api.g_false,
9195: x_return_status => gpr_return_status,
9196: x_msg_count => gpr_msg_count,

Line 9193: p_return_values => fnd_api.g_false,

9189: --dbms_output.put_line('before process price list ');
9190: qp_price_list_pub.process_price_list
9191: (p_api_version_number => 1,
9192: p_init_msg_list => fnd_api.g_false,
9193: p_return_values => fnd_api.g_false,
9194: p_commit => fnd_api.g_false,
9195: x_return_status => gpr_return_status,
9196: x_msg_count => gpr_msg_count,
9197: x_msg_data => gpr_msg_data,

Line 9194: p_commit => fnd_api.g_false,

9190: qp_price_list_pub.process_price_list
9191: (p_api_version_number => 1,
9192: p_init_msg_list => fnd_api.g_false,
9193: p_return_values => fnd_api.g_false,
9194: p_commit => fnd_api.g_false,
9195: x_return_status => gpr_return_status,
9196: x_msg_count => gpr_msg_count,
9197: x_msg_data => gpr_msg_data,
9198: p_price_list_line_tbl => gpr_price_list_line_tbl,

Line 9209: IF gpr_return_status <> fnd_api.g_ret_sts_success

9205: x_pricing_attr_tbl => ppr_pricing_attr_tbl,
9206: x_pricing_attr_val_tbl => ppr_pricing_attr_val_tbl
9207: );
9208:
9209: IF gpr_return_status <> fnd_api.g_ret_sts_success
9210: THEN
9211: RAISE fnd_api.g_exc_unexpected_error;
9212: ELSE
9213: x_return_status := gpr_return_status;

Line 9211: RAISE fnd_api.g_exc_unexpected_error;

9207: );
9208:
9209: IF gpr_return_status <> fnd_api.g_ret_sts_success
9210: THEN
9211: RAISE fnd_api.g_exc_unexpected_error;
9212: ELSE
9213: x_return_status := gpr_return_status;
9214: END IF;
9215:

Line 9226: WHEN fnd_api.g_exc_error

9222: );
9223: END IF;
9224: --dbms_output.put_line('after process price list ');
9225: EXCEPTION
9226: WHEN fnd_api.g_exc_error
9227: THEN
9228: gpr_return_status := fnd_api.g_ret_sts_error;
9229:
9230: -- Get message count and data

Line 9228: gpr_return_status := fnd_api.g_ret_sts_error;

9224: --dbms_output.put_line('after process price list ');
9225: EXCEPTION
9226: WHEN fnd_api.g_exc_error
9227: THEN
9228: gpr_return_status := fnd_api.g_ret_sts_error;
9229:
9230: -- Get message count and data
9231: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
9232: THEN

Line 9255: WHEN fnd_api.g_exc_unexpected_error

9251: '.' ||
9252: l_api_name
9253: );
9254: END IF;
9255: WHEN fnd_api.g_exc_unexpected_error
9256: THEN
9257: gpr_return_status := fnd_api.g_ret_sts_unexp_error;
9258:
9259: --dbms_output.put_line(' msg count 2 is : ' || gpr_msg_count);

Line 9257: gpr_return_status := fnd_api.g_ret_sts_unexp_error;

9253: );
9254: END IF;
9255: WHEN fnd_api.g_exc_unexpected_error
9256: THEN
9257: gpr_return_status := fnd_api.g_ret_sts_unexp_error;
9258:
9259: --dbms_output.put_line(' msg count 2 is : ' || gpr_msg_count);
9260:
9261: /* for k in 1 .. gpr_msg_count loop

Line 9289: gpr_return_status := fnd_api.g_ret_sts_unexp_error;

9285: );
9286: END IF;
9287: WHEN OTHERS
9288: THEN
9289: gpr_return_status := fnd_api.g_ret_sts_unexp_error;
9290:
9291: -- Get message count and data
9292: --dbms_output.put_line('err msg 3 is : ' || gpr_msg_data);
9293: -- end debug log