DBA Data[Home] [Help]

APPS.QP_PRL_LOADER_PUB dependencies on QP_INTERFACE_LIST_HEADERS

Line 123: FROM qp_interface_list_headers

119: x_status := 1;
120:
121: SELECT process_type
122: INTO l_process_type
123: FROM qp_interface_list_headers
124: WHERE process_id = p_process_id;
125:
126: IF (l_process_type = 'XML') THEN
127:

Line 149: qp_interface_list_headers lhdr

145: gpr_price_list_rec.start_date_active,
146: gpr_price_list_rec.end_date_active,
147: gpr_price_list_rec.automatic_flag
148: FROM
149: qp_interface_list_headers lhdr
150: WHERE
151: lhdr.process_id = p_process_id
152: AND
153: rownum < 2;

Line 182: qp_interface_list_headers lhdr

178: gpr_price_list_rec.rounding_factor,
179: gpr_price_list_rec.automatic_flag,
180: gpr_price_list_rec.attribute1
181: FROM
182: qp_interface_list_headers lhdr
183: WHERE
184: lhdr.process_id = p_process_id
185: AND
186: rownum < 2;