DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 1788: oe_delayed_requests_pvt.log_request(

1784: --we need to log different delayed request for manual adjustments.
1785: IF l_debug_level > 0 THEN
1786: oe_debug_pub.add( ' UI FLAG IS TRUE , LOGGING UI DELAYED REQUEST FOR ADJ' ) ;
1787: END IF;
1788: oe_delayed_requests_pvt.log_request(
1789: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1790: p_entity_id => p_x_Line_adj_rec.Line_id,
1791: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
1792: p_requesting_entity_id => p_x_Line_adj_rec.Line_id,

Line 1797: oe_delayed_requests_pvt.log_request(

1793: p_request_type => OE_GLOBALS.G_PRICE_ADJ,
1794: p_param1 => 'UI',
1795: x_return_status => l_return_status);
1796: Else
1797: oe_delayed_requests_pvt.log_request(
1798: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1799: p_entity_id => p_x_Line_adj_rec.Line_id,
1800: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
1801: p_requesting_entity_id => p_x_Line_adj_rec.Line_id,

Line 1806: oe_delayed_requests_pvt.log_request(

1802: p_request_type => OE_GLOBALS.G_PRICE_ADJ,
1803: x_return_status => l_return_status);
1804: End If;
1805: ELSE
1806: oe_delayed_requests_pvt.log_request(
1807: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1808: p_entity_id => p_x_Line_adj_rec.header_id,
1809: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
1810: p_requesting_entity_id => p_x_Line_adj_rec.header_id,

Line 1840: OE_Delayed_Requests_Pvt.Log_Request(

1836: ,l_class
1837: ,l_so_source_code
1838: ,l_oe_installed_flag );
1839:
1840: OE_Delayed_Requests_Pvt.Log_Request(
1841: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1842: p_entity_id => p_x_line_adj_rec.line_id,
1843: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1844: p_requesting_entity_id => p_x_line_adj_rec.line_id,

Line 1939: OE_delayed_requests_Pvt.log_request

1935: null;
1936: END;
1937: IF l_line_category_code <> 'RETURN' THEN
1938: oe_debug_pub.ADD('OEXULADB: Logging delayed request for Verify Payment');
1939: OE_delayed_requests_Pvt.log_request
1940: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1941: p_entity_id => p_x_line_adj_rec.header_id,
1942: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1943: p_requesting_entity_id => p_x_line_adj_rec.line_id,

Line 3438: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(

3434: END IF;
3435: END IF; /*code_release_level*/
3436: -- end notification framework
3437:
3438: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(
3439: p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
3440: p_entity_id => l_adj.price_adjustment_id,
3441: x_return_status => l_return_status
3442: );

Line 3493: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity

3489: END IF;
3490: END IF; /*code_release_level*/
3491: -- end notification framework
3492:
3493: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity
3494: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
3495: p_entity_id => p_price_adjustment_id,
3496: x_return_status => l_return_status
3497: );

Line 4584: oe_delayed_requests_pvt.log_request(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,

4580: p_delete_flag)
4581: THEN
4582:
4583: /*
4584: oe_delayed_requests_pvt.log_request(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
4585: p_entity_id => p_adj_rec.line_id,
4586: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
4587: p_requesting_entity_id => p_adj_rec.price_adjustment_id,
4588: p_request_type => OE_GLOBALS.G_PRICE_ADJ,

Line 5561: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,

5557: END IF;
5558:
5559: --log delayed request
5560: oe_debug_pub.add('log versioning request',1);
5561: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5562: p_entity_id => p_x_line_adj_rec.header_id,
5563: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
5564: p_requesting_entity_id => p_x_line_adj_rec.price_adjustment_id,
5565: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

Line 5582: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,

5578: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
5579: p_entity_id => p_x_line_adj_rec.price_adjustment_id,
5580: p_hist_type_code => 'UPDATE');
5581: --log delayed request
5582: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5583: p_entity_id => p_x_line_adj_rec.header_id,
5584: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
5585: p_requesting_entity_id => p_x_line_adj_rec.price_adjustment_id,
5586: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

Line 5980: oe_delayed_requests_pvt.log_request(

5976: IF Oe_Sys_Parameters.Value('COMPUTE_MARGIN') <> 'N' Then
5977: IF l_debug_level > 0 THEN
5978: oe_debug_pub.add( 'LOGGING DELAYED REQUEST FOR MARGIN HOLD FOR BOOKED LINE_ID:'||P_X_NEW_LINE_REC.LINE_ID ) ;
5979: END IF;
5980: oe_delayed_requests_pvt.log_request(
5981: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5982: p_entity_id => p_x_new_line_rec.header_id,
5983:
5984: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,

Line 6022: oe_debug_pub.add( 'BEFORE OE_DELAYED_REQUESTS_PVT.LOG_REQUEST CALL' ) ;

6018: OR NOT OE_GLOBALS.Equal(p_x_new_line_rec.pricing_date,p_old_line_rec.pricing_date)
6019: THEN
6020: IF Oe_Sys_Parameters.Value('COMPUTE_MARGIN') <> 'N' Then
6021: IF l_debug_level > 0 THEN
6022: oe_debug_pub.add( 'BEFORE OE_DELAYED_REQUESTS_PVT.LOG_REQUEST CALL' ) ;
6023: oe_debug_pub.add( 'IN PROCESS_PRICING OEXULADB.PLS' ) ;
6024: END IF;
6025:
6026: oe_delayed_requests_pvt.log_request(

Line 6026: oe_delayed_requests_pvt.log_request(

6022: oe_debug_pub.add( 'BEFORE OE_DELAYED_REQUESTS_PVT.LOG_REQUEST CALL' ) ;
6023: oe_debug_pub.add( 'IN PROCESS_PRICING OEXULADB.PLS' ) ;
6024: END IF;
6025:
6026: oe_delayed_requests_pvt.log_request(
6027: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6028: p_entity_id => p_x_new_line_rec.line_id,
6029: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6030:

Line 6129: OE_delayed_requests_Pvt.log_request(

6125: oe_debug_pub.add( 'UI MODE OR CONFIG , INCLUDED ITEM'||P_X_NEW_LINE_REC.LINE_ID ) ;
6126: END IF;
6127: IF NOT l_zero_line_qty THEN
6128: --bsadri don't call this for a cancelled line
6129: OE_delayed_requests_Pvt.log_request(
6130: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6131: p_entity_id => p_x_new_line_rec.line_id,
6132: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6133: p_requesting_entity_id => p_x_new_line_rec.line_id,

Line 6142: OE_delayed_requests_Pvt.log_request(

6138: x_return_status => l_return_status);
6139:
6140: END IF;
6141: IF p_x_new_line_rec.item_type_code <> 'INCLUDED' THEN
6142: OE_delayed_requests_Pvt.log_request(
6143: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6144: p_entity_id => p_x_new_line_rec.Header_Id,
6145: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6146: p_requesting_entity_id => p_x_new_line_rec.Header_Id,

Line 6158: OE_delayed_requests_Pvt.log_request(

6154: IF l_debug_level > 0 THEN
6155: oe_debug_pub.add( 'BATCH MODE' ) ;
6156: END IF;
6157:
6158: OE_delayed_requests_Pvt.log_request(
6159: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6160: p_entity_id => p_x_new_line_rec.Header_Id,
6161: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6162: p_requesting_entity_id => p_x_new_line_rec.Header_Id,

Line 6171: OE_delayed_requests_Pvt.log_request(

6167: x_return_status => l_return_status);
6168: END IF;
6169:
6170: If p_x_new_line_rec.booked_flag='Y' and p_x_new_line_rec.item_type_code <> 'INCLUDED' Then
6171: OE_delayed_requests_Pvt.log_request(
6172: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6173: p_entity_id => p_x_new_line_rec.Header_Id,
6174: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6175: p_requesting_entity_id => p_x_new_line_rec.Header_Id,

Line 6220: OE_delayed_requests_Pvt.log_request(

6216: p_x_new_line_rec.calculate_price_flag := 'P';
6217: IF l_debug_level > 0 THEN
6218: oe_debug_pub.add( 'LOGGING A REQUEST TO PRICE_LINE IN BATCH MODE' ) ;
6219: END IF;
6220: OE_delayed_requests_Pvt.log_request(
6221: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
6222: p_entity_id => p_x_new_line_rec.line_Id,
6223: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6224: p_requesting_entity_id => p_x_new_line_rec.line_Id,

Line 6236: OE_delayed_requests_Pvt.log_request(

6232: then
6233: IF l_debug_level > 0 THEN
6234: oe_debug_pub.add( 'BOOKED ORDER -- LOG A REQUEST TO PRICE LINE' ) ;
6235: END IF;
6236: OE_delayed_requests_Pvt.log_request(
6237: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
6238: p_entity_id => p_x_new_line_rec.line_Id,
6239: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6240: p_requesting_entity_id => p_x_new_line_rec.line_Id,

Line 6278: OE_delayed_requests_Pvt.log_request(

6274: and p_x_new_line_rec.calculate_price_flag = 'Y' Then
6275: p_x_new_line_rec.calculate_price_flag :='P';
6276: End If;
6277:
6278: OE_delayed_requests_Pvt.log_request(
6279: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6280: p_entity_id => p_x_new_line_rec.line_id,
6281: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6282: p_requesting_entity_id => p_x_new_line_rec.line_id,

Line 6362: OE_delayed_requests_Pvt.log_request(

6358:
6359: --FP bug 3335024 included summary line flag condition below
6360: If l_order_status_rec.ALL_LINES_FLAG = 'Y' or l_order_status_rec.summary_line_flag = 'Y' Then
6361: IF p_x_new_line_rec.item_type_code not in ('INCLUDED','CONFIG') THEN
6362: OE_delayed_requests_Pvt.log_request(
6363: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6364: p_entity_id => p_x_new_line_rec.Header_Id,
6365: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6366: p_requesting_entity_id => p_x_new_line_rec.Header_Id,

Line 6379: OE_delayed_requests_Pvt.log_request(

6375: /* BUG 2013611 BEGIN */
6376: IF l_debug_level > 0 THEN
6377: oe_debug_pub.add( 'LOG REVERSE_LIMITS DELAYED REQUEST FROM PROCESS_CANCELLED_LINES ' , 1 ) ;
6378: END IF;
6379: OE_delayed_requests_Pvt.log_request(
6380: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6381: p_entity_id => p_x_new_line_rec.line_id,
6382: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6383: p_requesting_entity_id => p_x_new_line_rec.line_id,

Line 6418: OE_delayed_requests_Pvt.log_request(

6414: Then
6415: --treat changed_lines as all_lines for now, will to
6416: --differential this 2 type in the future
6417: IF p_x_new_line_rec.item_type_code not in ('INCLUDED','CONFIG') THEN
6418: OE_delayed_requests_Pvt.log_request(
6419: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6420: p_entity_id => p_x_new_line_rec.Header_Id,
6421: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6422: p_requesting_entity_id => p_x_new_line_rec.Header_Id,

Line 6439: OE_delayed_requests_Pvt.log_request(

6435: oe_debug_pub.add( 'LOG REVERSE_LIMITS DELAYED REQUEST FROM
6436: PROCESS_CANCELLED_LINES FOR PARTIAL CANCEL CASE' , 1 ) ;
6437: END IF;
6438:
6439: OE_delayed_requests_Pvt.log_request(
6440: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6441: p_entity_id => p_x_new_line_rec.line_id,
6442: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6443: p_requesting_entity_id => p_x_new_line_rec.line_id,

Line 6493: oe_delayed_requests_pvt.log_request(

6489: If G_CHANGED_LINE_TBL.Count = 0 Then
6490: IF l_debug_level > 0 THEN
6491: oe_debug_pub.add( ' LOGGING DELAYED REQUEST TO RESET G_CHANGED_LINE_TBL' ) ;
6492: END IF;
6493: oe_delayed_requests_pvt.log_request(
6494: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6495: p_entity_id => p_header_id,
6496: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6497: p_requesting_entity_id => p_header_id,