DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_RETROBILL_PVT

Line 3374: Oe_Retrobill_Pvt.UPDATE_RETROBILL_LINES(G_RETROBILL_OPERATION);

3370: --RT{
3371: IF nvl(G_PRICING_EVENT,';xx-') = 'RETROBILL' THEN
3372: oe_debug_pub.add('Calling update retrobill lines');
3373: LOG_REQUEST(px_line_tbl);
3374: Oe_Retrobill_Pvt.UPDATE_RETROBILL_LINES(G_RETROBILL_OPERATION);
3375: ELSE --RT
3376: IF l_debug_level > 0 THEN
3377: oe_debug_pub.add( ' ENTERING OE_ORDER_PRICE_PVT.UPDATE_ORDER_LINES' ) ;
3378: END IF;

Line 4277: OE_RETROBILL_PVT.Update_Invalid_Diff_Adj;

4273: END IF; -- line_id is NULL
4274: END IF;
4275: --bug3654144 start
4276: ELSE
4277: OE_RETROBILL_PVT.Update_Invalid_Diff_Adj;
4278: END IF;
4279: --bug3654144 end
4280:
4281: l_stmt:=6;

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

5129:
5130: ELSE
5131: --RETOBILL REQUEST EVENT
5132: --Different handling..
5133: oe_debug_pub.add('Retro:Calling Oe_Retrobill_Pvt.Process_Retrobill_Adjustments,Operation:'||G_RETROBILL_OPERATION);
5134: Oe_Retrobill_Pvt.Process_Retrobill_Adjustments(G_RETROBILL_OPERATION);
5135: END IF;
5136: --RT}
5137:

Line 5134: Oe_Retrobill_Pvt.Process_Retrobill_Adjustments(G_RETROBILL_OPERATION);

5130: ELSE
5131: --RETOBILL REQUEST EVENT
5132: --Different handling..
5133: oe_debug_pub.add('Retro:Calling Oe_Retrobill_Pvt.Process_Retrobill_Adjustments,Operation:'||G_RETROBILL_OPERATION);
5134: Oe_Retrobill_Pvt.Process_Retrobill_Adjustments(G_RETROBILL_OPERATION);
5135: END IF;
5136: --RT}
5137:
5138: EXCEPTION

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

6504: IF G_PRICING_EVENT='RETROBILL'
6505: AND nvl(G_RETROBILL_OPERATION,'xx')<>'CREATE'
6506: AND l_Line_Tbl(line_Tbl_Index).retrobill_request_id IS NOT NULL THEN
6507: --a reprice of retrobill order, need to preprocess adjustments
6508: Oe_Retrobill_Pvt.Preprocess_Adjustments(l_Line_Tbl(line_Tbl_Index).orig_sys_document_ref,
6509: l_Line_Tbl(line_Tbl_Index).orig_sys_line_ref,
6510: l_Line_Tbl(line_Tbl_Index).header_id, --bug3738043
6511: l_Line_Tbl(line_Tbl_Index).line_id );
6512: END IF;