DBA Data[Home] [Help]

APPS.QP_BULK_LOADER_PUB dependencies on QP_PTE_SEGMENTS

Line 209: update qp_pte_segments

205:
206: -- Changes for bug 8359554 end
207:
208: Begin
209: update qp_pte_segments
210: set used_in_setup='Y'
211: where nvl(used_in_setup,'N')='N'
212: and segment_id in
213: (select a.segment_id

Line 224: update qp_pte_segments

220: and a.prc_context_id = b.prc_context_id
221: and b.prc_context_type = 'QUALIFIER'
222: and b.prc_context_code = c.qualifier_context);
223:
224: update qp_pte_segments
225: set used_in_setup='Y'
226: where nvl(used_in_setup,'N')='N'
227: and segment_id in
228: (select a.segment_id

Line 239: update qp_pte_segments

235: and a.prc_context_id = b.prc_context_id
236: and b.prc_context_type = 'PRICING_ATTRIBUTE'
237: and b.prc_context_code = c.pricing_attribute_context);
238:
239: update qp_pte_segments
240: set used_in_setup='Y'
241: where nvl(used_in_setup,'N')='N'
242: and segment_id in
243: (select a.segment_id