DBA Data[Home] [Help]

APPS.QP_QP_FORM_PRICE_LIST dependencies on OE_DEBUG_PUB

Line 112: --oe_debug_pub.debug_on;

108: l_x_PRICING_ATTR_tbl QP_Price_List_PUB.Pricing_Attr_Tbl_Type;
109: --fname varchar2(80);
110: BEGIN
111:
112: --oe_debug_pub.debug_on;
113: -- fname := oe_debug_pub.set_debug_mode('FILE');
114:
115: oe_debug_pub.add('entering default attributes');
116:

Line 113: -- fname := oe_debug_pub.set_debug_mode('FILE');

109: --fname varchar2(80);
110: BEGIN
111:
112: --oe_debug_pub.debug_on;
113: -- fname := oe_debug_pub.set_debug_mode('FILE');
114:
115: oe_debug_pub.add('entering default attributes');
116:
117: -- Set control flags.

Line 115: oe_debug_pub.add('entering default attributes');

111:
112: --oe_debug_pub.debug_on;
113: -- fname := oe_debug_pub.set_debug_mode('FILE');
114:
115: oe_debug_pub.add('entering default attributes');
116:
117: -- Set control flags.
118:
119: l_control_rec.controlled_operation := TRUE;

Line 175: oe_debug_pub.add('return status after proc_price_list ' || l_return_status);

171: , x_QUALIFIERS_tbl => l_x_QUALIFIERS_tbl
172: , x_PRICING_ATTR_tbl => l_x_PRICING_ATTR_tbl
173: );
174:
175: oe_debug_pub.add('return status after proc_price_list ' || l_return_status);
176:
177: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
178: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
179: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 183: oe_debug_Pub.add('msg count 1 : ' || x_msg_count);

179: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
180: RAISE FND_API.G_EXC_ERROR;
181: END IF;
182:
183: oe_debug_Pub.add('msg count 1 : ' || x_msg_count);
184: oe_debug_Pub.add('msg data 1 : ' || x_msg_data);
185:
186:
187: -- Load OUT parameters.

Line 184: oe_debug_Pub.add('msg data 1 : ' || x_msg_data);

180: RAISE FND_API.G_EXC_ERROR;
181: END IF;
182:
183: oe_debug_Pub.add('msg count 1 : ' || x_msg_count);
184: oe_debug_Pub.add('msg data 1 : ' || x_msg_data);
185:
186:
187: -- Load OUT parameters.
188:

Line 238: oe_debug_Pub.add('msg count 2 : ' || x_msg_count);

234: --added for MOAC
235: x_org_id := l_x_PRICE_LIST_rec.org_id;
236:
237: -- Load display out parameters if any
238: oe_debug_Pub.add('msg count 2 : ' || x_msg_count);
239: oe_debug_Pub.add('msg data 2 : ' || x_msg_data);
240:
241: l_PRICE_LIST_val_rec := QP_Price_List_Util.Get_Values
242: ( p_PRICE_LIST_rec => l_x_PRICE_LIST_rec

Line 239: oe_debug_Pub.add('msg data 2 : ' || x_msg_data);

235: x_org_id := l_x_PRICE_LIST_rec.org_id;
236:
237: -- Load display out parameters if any
238: oe_debug_Pub.add('msg count 2 : ' || x_msg_count);
239: oe_debug_Pub.add('msg data 2 : ' || x_msg_data);
240:
241: l_PRICE_LIST_val_rec := QP_Price_List_Util.Get_Values
242: ( p_PRICE_LIST_rec => l_x_PRICE_LIST_rec
243: );

Line 259: oe_debug_Pub.add('msg data 3 : ' || x_msg_data);

255: x_list_source_code := l_PRICE_LIST_val_rec.list_source_code;
256: x_orig_system_header_ref := l_PRICE_LIST_val_rec.orig_system_header_ref;
257: -- Write to cache.
258: -- Set db_flag to False before writing to cache
259: oe_debug_Pub.add('msg data 3 : ' || x_msg_data);
260:
261: l_x_PRICE_LIST_rec.db_flag := FND_API.G_FALSE;
262:
263: Write_PRICE_LIST

Line 277: oe_debug_Pub.add('msg data 4 : ' || x_msg_data);

273: oe_msg_pub.Count_And_Get
274: ( p_count => x_msg_count
275: , p_data => x_msg_data
276: );
277: oe_debug_Pub.add('msg data 4 : ' || x_msg_data);
278:
279: oe_debug_pub.add('exiting default attributes');
280:
281:

Line 279: oe_debug_pub.add('exiting default attributes');

275: , p_data => x_msg_data
276: );
277: oe_debug_Pub.add('msg data 4 : ' || x_msg_data);
278:
279: oe_debug_pub.add('exiting default attributes');
280:
281:
282: EXCEPTION
283:

Line 306: oe_debug_pub.add('msg data 5 : ' || x_msg_data);

302: ( p_count => x_msg_count
303: , p_data => x_msg_data
304: );
305:
306: oe_debug_pub.add('msg data 5 : ' || x_msg_data);
307:
308: WHEN OTHERS THEN
309:
310: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 1624: oe_debug_pub.add('Lock_Row in QPXFPLHB, next call to QPXVPRLB::Lock_PRICE_LIST');

1620: l_x_PRICING_ATTR_tbl QP_Price_List_PUB.Pricing_Attr_Tbl_Type;
1621: BEGIN
1622:
1623: -- Load PRICE_LIST record
1624: oe_debug_pub.add('Lock_Row in QPXFPLHB, next call to QPXVPRLB::Lock_PRICE_LIST');
1625:
1626: if(p_list_source_code IS NULL) then
1627: oe_debug_pub.add('list_source_code is ' || p_list_source_code);
1628: oe_debug_pub.add('orig_system_header_Ref is ' || p_orig_system_header_ref);

Line 1627: oe_debug_pub.add('list_source_code is ' || p_list_source_code);

1623: -- Load PRICE_LIST record
1624: oe_debug_pub.add('Lock_Row in QPXFPLHB, next call to QPXVPRLB::Lock_PRICE_LIST');
1625:
1626: if(p_list_source_code IS NULL) then
1627: oe_debug_pub.add('list_source_code is ' || p_list_source_code);
1628: oe_debug_pub.add('orig_system_header_Ref is ' || p_orig_system_header_ref);
1629: end if;
1630: l_PRICE_LIST_rec.attribute1 := p_attribute1;
1631: l_PRICE_LIST_rec.attribute10 := p_attribute10;

Line 1628: oe_debug_pub.add('orig_system_header_Ref is ' || p_orig_system_header_ref);

1624: oe_debug_pub.add('Lock_Row in QPXFPLHB, next call to QPXVPRLB::Lock_PRICE_LIST');
1625:
1626: if(p_list_source_code IS NULL) then
1627: oe_debug_pub.add('list_source_code is ' || p_list_source_code);
1628: oe_debug_pub.add('orig_system_header_Ref is ' || p_orig_system_header_ref);
1629: end if;
1630: l_PRICE_LIST_rec.attribute1 := p_attribute1;
1631: l_PRICE_LIST_rec.attribute10 := p_attribute10;
1632: l_PRICE_LIST_rec.attribute11 := p_attribute11;