DBA Data[Home] [Help]

APPS.QP_SEG_UTIL dependencies on QP_PRC_CONTEXTS_B

Line 1148: from qp_prc_contexts_b

1144: select prc_context_type,
1145: prc_context_code
1146: into l_prc_context_type,
1147: l_prc_context_code
1148: from qp_prc_contexts_b
1149: where prc_context_id = p_SEG_rec.prc_context_id;
1150: --
1151: if l_prc_context_type = 'PRICING_ATTRIBUTE' then
1152: select *

Line 1226: from qp_prc_contexts_b

1222: select prc_context_type,
1223: prc_context_code
1224: into l_prc_context_type,
1225: l_prc_context_code
1226: from qp_prc_contexts_b
1227: where prc_context_id = p_SEG_rec.prc_context_id;
1228: --
1229: if l_prc_context_type = 'PRICING_ATTRIBUTE' then
1230: begin

Line 1373: from qp_prc_contexts_b

1369: select prc_context_type,
1370: prc_context_code
1371: into l_prc_context_type,
1372: l_prc_context_code
1373: from qp_prc_contexts_b
1374: where prc_context_id = p_SEG_rec.prc_context_id;
1375: */
1376: --
1377: if l_prc_context_type = 'PRICING_ATTRIBUTE' then

Line 1449: from qp_prc_contexts_b a,

1445: into l_prc_context_type,
1446: l_prc_context_code,
1447: l_segment_code,
1448: l_seeded_flag
1449: from qp_prc_contexts_b a,
1450: qp_segments_b b
1451: where a.prc_context_id = b.prc_context_id and
1452: b.segment_id = p_segment_id;
1453: --