DBA Data[Home] [Help]

APPS.OKS_QP_PKG dependencies on OKC_PRICE_ADJUSTMENT_PUB

Line 99: l_in_tbl okc_price_adjustment_pub.patv_tbl_type;

95: IS
96: l_api_name CONSTANT VARCHAR2 (30)
97: := 'modifier_4_usg';
98: i NUMBER;
99: l_in_tbl okc_price_adjustment_pub.patv_tbl_type;
100: l_out_tbl okc_price_adjustment_pub.patv_tbl_type;
101: l_return_status VARCHAR2 (1) := 'S';
102: l_msg_count NUMBER;
103: l_msg_data VARCHAR2 (2000) := NULL;

Line 100: l_out_tbl okc_price_adjustment_pub.patv_tbl_type;

96: l_api_name CONSTANT VARCHAR2 (30)
97: := 'modifier_4_usg';
98: i NUMBER;
99: l_in_tbl okc_price_adjustment_pub.patv_tbl_type;
100: l_out_tbl okc_price_adjustment_pub.patv_tbl_type;
101: l_return_status VARCHAR2 (1) := 'S';
102: l_msg_count NUMBER;
103: l_msg_data VARCHAR2 (2000) := NULL;
104: l_api_version CONSTANT NUMBER := 1.0;

Line 176: okc_price_adjustment_pub.create_price_adjustment

172: p_modifier_details (i).substitution_attribute;
173: l_in_tbl (1).update_allowed :=
174: p_modifier_details (i).override_flag;
175: l_in_tbl (1).updated_flag := p_modifier_details (i).updated_flag;
176: okc_price_adjustment_pub.create_price_adjustment
177: (p_api_version => 1.0,
178: p_init_msg_list => okc_api.g_false,
179: x_return_status => l_return_status,
180: x_msg_count => l_msg_count,

Line 250: l_in_tbl okc_price_adjustment_pub.patv_tbl_type;

246: l_api_name CONSTANT VARCHAR2 (30)
247: := 'modifier_handling';
248: price_rec cur_price%ROWTYPE;
249: l_flag BOOLEAN;
250: l_in_tbl okc_price_adjustment_pub.patv_tbl_type;
251: l_out_tbl okc_price_adjustment_pub.patv_tbl_type;
252: l_in_rec okc_pat_pvt.patv_rec_type;
253: l_out_rec okc_pat_pvt.patv_rec_type;
254: l_return_status VARCHAR2 (1);

Line 251: l_out_tbl okc_price_adjustment_pub.patv_tbl_type;

247: := 'modifier_handling';
248: price_rec cur_price%ROWTYPE;
249: l_flag BOOLEAN;
250: l_in_tbl okc_price_adjustment_pub.patv_tbl_type;
251: l_out_tbl okc_price_adjustment_pub.patv_tbl_type;
252: l_in_rec okc_pat_pvt.patv_rec_type;
253: l_out_rec okc_pat_pvt.patv_rec_type;
254: l_return_status VARCHAR2 (1);
255: l_msg_count NUMBER;

Line 466: okc_price_adjustment_pub.create_price_adjustment

462: l_in_tbl (1).update_allowed :=
463: p_modifier_details (i).override_flag;
464: l_in_tbl (1).updated_flag :=
465: p_modifier_details (i).updated_flag;
466: okc_price_adjustment_pub.create_price_adjustment
467: (p_api_version => 1.0,
468: p_init_msg_list => okc_api.g_false,
469: x_return_status => l_return_status,
470: x_msg_count => l_msg_count,

Line 4669: l_patv_tbl okc_price_adjustment_pub.patv_tbl_type;

4665: l_tangible BOOLEAN;
4666: p NUMBER; -- fnd_debug variable bug 5069673
4667: --Table Handler Variables
4668: l_rule_rec okc_rule_pvt.rulv_rec_type;
4669: l_patv_tbl okc_price_adjustment_pub.patv_tbl_type;
4670: lx_patv_tbl okc_price_adjustment_pub.patv_tbl_type;
4671: --Variables for Price Break
4672: l_price_break_tbl g_price_break_tbl_type;
4673: l_rel_index NUMBER;

Line 4670: lx_patv_tbl okc_price_adjustment_pub.patv_tbl_type;

4666: p NUMBER; -- fnd_debug variable bug 5069673
4667: --Table Handler Variables
4668: l_rule_rec okc_rule_pvt.rulv_rec_type;
4669: l_patv_tbl okc_price_adjustment_pub.patv_tbl_type;
4670: lx_patv_tbl okc_price_adjustment_pub.patv_tbl_type;
4671: --Variables for Price Break
4672: l_price_break_tbl g_price_break_tbl_type;
4673: l_rel_index NUMBER;
4674: l_lin_index NUMBER;

Line 9417: l_patv_tbl okc_price_adjustment_pub.patv_tbl_type;

9413: l_tangible BOOLEAN;
9414: p NUMBER; -- fnd_debug variable bug 5069673
9415: --Table Handler Variables
9416: l_rule_rec okc_rule_pvt.rulv_rec_type;
9417: l_patv_tbl okc_price_adjustment_pub.patv_tbl_type;
9418: lx_patv_tbl okc_price_adjustment_pub.patv_tbl_type;
9419: --Variables for Price Break
9420: l_price_break_tbl g_price_break_tbl_type;
9421: l_rel_index NUMBER;

Line 9418: lx_patv_tbl okc_price_adjustment_pub.patv_tbl_type;

9414: p NUMBER; -- fnd_debug variable bug 5069673
9415: --Table Handler Variables
9416: l_rule_rec okc_rule_pvt.rulv_rec_type;
9417: l_patv_tbl okc_price_adjustment_pub.patv_tbl_type;
9418: lx_patv_tbl okc_price_adjustment_pub.patv_tbl_type;
9419: --Variables for Price Break
9420: l_price_break_tbl g_price_break_tbl_type;
9421: l_rel_index NUMBER;
9422: l_lin_index NUMBER;

Line 12670: l_patv_tbl okc_price_adjustment_pub.patv_tbl_type;

12666: l_tangible BOOLEAN;
12667: p NUMBER; -- fnd_debug variable bug 5069673
12668: --Table Handler Variables
12669: l_rule_rec okc_rule_pvt.rulv_rec_type;
12670: l_patv_tbl okc_price_adjustment_pub.patv_tbl_type;
12671: lx_patv_tbl okc_price_adjustment_pub.patv_tbl_type;
12672: --Variables for Price Break
12673: l_price_break_tbl g_price_break_tbl_type;
12674: l_rel_index NUMBER;

Line 12671: lx_patv_tbl okc_price_adjustment_pub.patv_tbl_type;

12667: p NUMBER; -- fnd_debug variable bug 5069673
12668: --Table Handler Variables
12669: l_rule_rec okc_rule_pvt.rulv_rec_type;
12670: l_patv_tbl okc_price_adjustment_pub.patv_tbl_type;
12671: lx_patv_tbl okc_price_adjustment_pub.patv_tbl_type;
12672: --Variables for Price Break
12673: l_price_break_tbl g_price_break_tbl_type;
12674: l_rel_index NUMBER;
12675: l_lin_index NUMBER;