DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_RETROBILL_PVT

Line 3352: Oe_Retrobill_Pvt.UPDATE_RETROBILL_LINES(G_RETROBILL_OPERATION);

3348: --RT{
3349: IF nvl(G_PRICING_EVENT,';xx-') = 'RETROBILL' THEN
3350: oe_debug_pub.add('Calling update retrobill lines');
3351: LOG_REQUEST(px_line_tbl);
3352: Oe_Retrobill_Pvt.UPDATE_RETROBILL_LINES(G_RETROBILL_OPERATION);
3353: ELSE --RT
3354: IF l_debug_level > 0 THEN
3355: oe_debug_pub.add( ' ENTERING OE_ORDER_PRICE_PVT.UPDATE_ORDER_LINES' ) ;
3356: END IF;

Line 4162: OE_RETROBILL_PVT.Update_Invalid_Diff_Adj;

4158: END IF; -- line_id is NULL
4159: END IF;
4160: --bug3654144 start
4161: ELSE
4162: OE_RETROBILL_PVT.Update_Invalid_Diff_Adj;
4163: END IF;
4164: --bug3654144 end
4165:
4166: l_stmt:=6;

Line 4955: oe_debug_pub.add('Retro:Calling Oe_Retrobill_Pvt.Process_Retrobill_Adjustments,Operation:'||G_RETROBILL_OPERATION);

4951:
4952: ELSE
4953: --RETOBILL REQUEST EVENT
4954: --Different handling..
4955: oe_debug_pub.add('Retro:Calling Oe_Retrobill_Pvt.Process_Retrobill_Adjustments,Operation:'||G_RETROBILL_OPERATION);
4956: Oe_Retrobill_Pvt.Process_Retrobill_Adjustments(G_RETROBILL_OPERATION);
4957: END IF;
4958: --RT}
4959:

Line 4956: Oe_Retrobill_Pvt.Process_Retrobill_Adjustments(G_RETROBILL_OPERATION);

4952: ELSE
4953: --RETOBILL REQUEST EVENT
4954: --Different handling..
4955: oe_debug_pub.add('Retro:Calling Oe_Retrobill_Pvt.Process_Retrobill_Adjustments,Operation:'||G_RETROBILL_OPERATION);
4956: Oe_Retrobill_Pvt.Process_Retrobill_Adjustments(G_RETROBILL_OPERATION);
4957: END IF;
4958: --RT}
4959:
4960: EXCEPTION

Line 6225: Oe_Retrobill_Pvt.Preprocess_Adjustments(l_Line_Tbl(line_Tbl_Index).orig_sys_document_ref,

6221: IF G_PRICING_EVENT='RETROBILL'
6222: AND nvl(G_RETROBILL_OPERATION,'xx')<>'CREATE'
6223: AND l_Line_Tbl(line_Tbl_Index).retrobill_request_id IS NOT NULL THEN
6224: --a reprice of retrobill order, need to preprocess adjustments
6225: Oe_Retrobill_Pvt.Preprocess_Adjustments(l_Line_Tbl(line_Tbl_Index).orig_sys_document_ref,
6226: l_Line_Tbl(line_Tbl_Index).orig_sys_line_ref,
6227: l_Line_Tbl(line_Tbl_Index).header_id, --bug3738043
6228: l_Line_Tbl(line_Tbl_Index).line_id );
6229: END IF;