DBA Data[Home] [Help]

APPS.QP_COPY_MODIFIERS_PVT dependencies on QP_UTIL

Line 201: l_qp_status := QP_UTIL.GET_QP_STATUS;

197: --lines will have null effective dates. This will mean that there is a
198: --possibility that lines may be duplicated. To prevent this, all but one
199: --duplicate lines are deleted here.
200:
201: l_qp_status := QP_UTIL.GET_QP_STATUS;
202:
203: --fix for bug 4673872
204: SELECT GSA_INDICATOR INTO l_gsa_indicator FROM QP_LIST_HEADERS_ALL_B
205: WHERE list_header_id=p_new_list_header_id;

Line 332: l_non_cont_pbh_id_tbl QP_UTIL.price_brk_attr_val_tab;

328: l_min_list_line_id NUMBER;
329: l_max_list_line_id NUMBER;
330:
331: --Continuous Price Breaks
332: l_non_cont_pbh_id_tbl QP_UTIL.price_brk_attr_val_tab;
333: l_non_cont_count NUMBER := 0;
334: l_return_status VARCHAR2(1);
335:
336: /*

Line 400: l_qp_status := QP_UTIL.get_qp_status;

396: l_conc_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
397: l_user_id := FND_GLOBAL.USER_ID;
398: l_conc_login_id := FND_GLOBAL.CONC_LOGIN_ID;
399: l_conc_program_application_id := FND_GLOBAL.PROG_APPL_ID;
400: l_qp_status := QP_UTIL.get_qp_status;
401:
402: FOR qp_from_discounts_rec IN qp_from_discounts_cur(p_from_list_header_id)
403: LOOP
404: /* For every old(from) discount, Copy discount header records */

Line 417: if QP_UTIL.Attrmgr_Installed = 'Y' then

413:
414: --Discount Header Information
415:
416: --if fnd_profile.value('QP_ATTRIBUTE_MANAGER_INSTALLED') = 'Y' then
417: if QP_UTIL.Attrmgr_Installed = 'Y' then
418: INSERT INTO qp_list_headers_all_b
419: (
420: list_header_id,
421: creation_date,