DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 1787: oe_delayed_requests_pvt.log_request(

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

Line 1796: oe_delayed_requests_pvt.log_request(

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

Line 1805: oe_delayed_requests_pvt.log_request(

1801: p_request_type => OE_GLOBALS.G_PRICE_ADJ,
1802: x_return_status => l_return_status);
1803: End If;
1804: -- sol_ord_er #16014165
1805: oe_delayed_requests_pvt.log_request(
1806: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1807: p_entity_id => p_x_Line_adj_rec.line_id,
1808: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
1809: p_requesting_entity_id => p_x_Line_adj_rec.line_id,

Line 1816: oe_delayed_requests_pvt.log_request(

1812: p_param1 => p_x_Line_adj_rec.line_id,
1813: x_return_status => l_return_status);
1814: -- sol_ord_er #16014165 end
1815: ELSE
1816: oe_delayed_requests_pvt.log_request(
1817: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1818: p_entity_id => p_x_Line_adj_rec.header_id,
1819: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
1820: p_requesting_entity_id => p_x_Line_adj_rec.header_id,

Line 1824: oe_delayed_requests_pvt.log_request(

1820: p_requesting_entity_id => p_x_Line_adj_rec.header_id,
1821: p_request_type => OE_GLOBALS.G_PRICE_ADJ,
1822: x_return_status => l_return_status);
1823: -- sol_ord_er #16014165
1824: oe_delayed_requests_pvt.log_request(
1825: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1826: p_entity_id => p_x_Line_adj_rec.Header_Id,
1827: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
1828: p_requesting_entity_id => p_x_Line_adj_rec.Header_Id,

Line 1861: OE_Delayed_Requests_Pvt.Log_Request(

1857: ,l_class
1858: ,l_so_source_code
1859: ,l_oe_installed_flag );
1860:
1861: OE_Delayed_Requests_Pvt.Log_Request(
1862: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1863: p_entity_id => p_x_line_adj_rec.line_id,
1864: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1865: p_requesting_entity_id => p_x_line_adj_rec.line_id,

Line 1960: OE_delayed_requests_Pvt.log_request

1956: null;
1957: END;
1958: IF l_line_category_code <> 'RETURN' THEN
1959: oe_debug_pub.ADD('OEXULADB: Logging delayed request for Verify Payment');
1960: OE_delayed_requests_Pvt.log_request
1961: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1962: p_entity_id => p_x_line_adj_rec.header_id,
1963: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1964: p_requesting_entity_id => p_x_line_adj_rec.line_id,

Line 1984: OE_delayed_requests_Pvt.log_request

1980: oe_debug_pub.ADD('OEXULADB: Logging delayed request for Verify Payment CC Reversal',5);
1981: END IF;
1982: oe_verify_payment_pub.G_credit_check_flag := 'N' ;
1983:
1984: OE_delayed_requests_Pvt.log_request
1985: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1986: p_entity_id => p_x_line_adj_rec.header_id,
1987: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1988: p_requesting_entity_id => p_x_line_adj_rec.line_id,

Line 2017: OE_delayed_requests_Pvt.log_request

2013: IF l_debug_level > 0 THEN
2014: oe_debug_pub.ADD('OEXULADB: Logging delayed request for Verify Payment CC Reversal',5);
2015: END IF;
2016: oe_verify_payment_pub.G_credit_check_flag := 'N' ;
2017: OE_delayed_requests_Pvt.log_request
2018: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
2019: p_entity_id => p_x_line_adj_rec.header_id,
2020: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2021: p_requesting_entity_id => p_x_line_adj_rec.line_id,

Line 3516: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(

3512: END IF;
3513: END IF; /*code_release_level*/
3514: -- end notification framework
3515:
3516: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(
3517: p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
3518: p_entity_id => l_adj.price_adjustment_id,
3519: x_return_status => l_return_status
3520: );

Line 3571: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity

3567: END IF;
3568: END IF; /*code_release_level*/
3569: -- end notification framework
3570:
3571: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity
3572: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
3573: p_entity_id => p_price_adjustment_id,
3574: x_return_status => l_return_status
3575: );

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

4658: p_delete_flag)
4659: THEN
4660:
4661: /*
4662: oe_delayed_requests_pvt.log_request(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
4663: p_entity_id => p_adj_rec.line_id,
4664: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
4665: p_requesting_entity_id => p_adj_rec.price_adjustment_id,
4666: p_request_type => OE_GLOBALS.G_PRICE_ADJ,

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

5667: END IF;
5668:
5669: --log delayed request
5670: oe_debug_pub.add('log versioning request',1);
5671: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5672: p_entity_id => p_x_line_adj_rec.header_id,
5673: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
5674: p_requesting_entity_id => p_x_line_adj_rec.price_adjustment_id,
5675: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

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

5688: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
5689: p_entity_id => p_x_line_adj_rec.price_adjustment_id,
5690: p_hist_type_code => 'UPDATE');
5691: --log delayed request
5692: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5693: p_entity_id => p_x_line_adj_rec.header_id,
5694: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
5695: p_requesting_entity_id => p_x_line_adj_rec.price_adjustment_id,
5696: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

Line 5789: OE_delayed_requests_Pvt.log_request(

5785:
5786: IF (OE_GLOBALS.G_UI_FLAG)
5787: AND nvl(FND_PROFILE.VALUE('ONT_DELAY_TAX_CALC'), 'N') = 'N'
5788: THEN
5789: OE_delayed_requests_Pvt.log_request(
5790: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5791: p_entity_id => p_x_line_adj_rec.line_id,
5792: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5793: p_requesting_entity_id => p_x_line_adj_rec.line_id,

Line 5797: OE_delayed_requests_Pvt.log_request(

5793: p_requesting_entity_id => p_x_line_adj_rec.line_id,
5794: p_request_type => OE_GLOBALS.g_tax_line,
5795: x_return_status => l_return_status);
5796: ELSE
5797: OE_delayed_requests_Pvt.log_request(
5798: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
5799: p_entity_id => p_x_line_adj_rec.line_id,
5800: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
5801: p_requesting_entity_id => p_x_line_adj_rec.line_id,

Line 6188: oe_delayed_requests_pvt.log_request(

6184: IF Oe_Sys_Parameters.Value('COMPUTE_MARGIN') <> 'N' Then
6185: IF l_debug_level > 0 THEN
6186: oe_debug_pub.add( 'LOGGING DELAYED REQUEST FOR MARGIN HOLD FOR BOOKED LINE_ID:'||P_X_NEW_LINE_REC.LINE_ID ) ;
6187: END IF;
6188: oe_delayed_requests_pvt.log_request(
6189: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6190: p_entity_id => p_x_new_line_rec.header_id,
6191:
6192: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,

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

6226: OR NOT OE_GLOBALS.Equal(p_x_new_line_rec.pricing_date,p_old_line_rec.pricing_date)
6227: THEN
6228: IF Oe_Sys_Parameters.Value('COMPUTE_MARGIN') <> 'N' Then
6229: IF l_debug_level > 0 THEN
6230: oe_debug_pub.add( 'BEFORE OE_DELAYED_REQUESTS_PVT.LOG_REQUEST CALL' ) ;
6231: oe_debug_pub.add( 'IN PROCESS_PRICING OEXULADB.PLS' ) ;
6232: END IF;
6233:
6234: oe_delayed_requests_pvt.log_request(

Line 6234: oe_delayed_requests_pvt.log_request(

6230: oe_debug_pub.add( 'BEFORE OE_DELAYED_REQUESTS_PVT.LOG_REQUEST CALL' ) ;
6231: oe_debug_pub.add( 'IN PROCESS_PRICING OEXULADB.PLS' ) ;
6232: END IF;
6233:
6234: oe_delayed_requests_pvt.log_request(
6235: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6236: p_entity_id => p_x_new_line_rec.line_id,
6237: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6238:

Line 6340: OE_delayed_requests_Pvt.log_request(

6336: oe_debug_pub.add( 'UI MODE OR CONFIG , INCLUDED ITEM'||P_X_NEW_LINE_REC.LINE_ID ) ;
6337: END IF;
6338: IF NOT l_zero_line_qty THEN
6339: --bsadri don't call this for a cancelled line
6340: OE_delayed_requests_Pvt.log_request(
6341: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6342: p_entity_id => p_x_new_line_rec.line_id,
6343: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6344: p_requesting_entity_id => p_x_new_line_rec.line_id,

Line 6354: OE_delayed_requests_Pvt.log_request(

6350: l_cnt_lin_log := 1; -- sol_ord_er #16014165
6351:
6352: END IF;
6353: IF p_x_new_line_rec.item_type_code <> 'INCLUDED' THEN
6354: OE_delayed_requests_Pvt.log_request(
6355: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6356: p_entity_id => p_x_new_line_rec.Header_Id,
6357: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6358: p_requesting_entity_id => p_x_new_line_rec.Header_Id,

Line 6371: OE_delayed_requests_Pvt.log_request(

6367: IF l_debug_level > 0 THEN
6368: oe_debug_pub.add( 'BATCH MODE' ) ;
6369: END IF;
6370:
6371: OE_delayed_requests_Pvt.log_request(
6372: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6373: p_entity_id => p_x_new_line_rec.Header_Id,
6374: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6375: p_requesting_entity_id => p_x_new_line_rec.Header_Id,

Line 6385: OE_delayed_requests_Pvt.log_request(

6381: l_cnt_hdr_log := 2; -- sol_ord_er #16014165
6382: END IF;
6383:
6384: If p_x_new_line_rec.booked_flag='Y' and p_x_new_line_rec.item_type_code <> 'INCLUDED' Then
6385: OE_delayed_requests_Pvt.log_request(
6386: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6387: p_entity_id => p_x_new_line_rec.Header_Id,
6388: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6389: p_requesting_entity_id => p_x_new_line_rec.Header_Id,

Line 6435: OE_delayed_requests_Pvt.log_request(

6431: p_x_new_line_rec.calculate_price_flag := 'P';
6432: IF l_debug_level > 0 THEN
6433: oe_debug_pub.add( 'LOGGING A REQUEST TO PRICE_LINE IN BATCH MODE' ) ;
6434: END IF;
6435: OE_delayed_requests_Pvt.log_request(
6436: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
6437: p_entity_id => p_x_new_line_rec.line_Id,
6438: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6439: p_requesting_entity_id => p_x_new_line_rec.line_Id,

Line 6452: OE_delayed_requests_Pvt.log_request(

6448: then
6449: IF l_debug_level > 0 THEN
6450: oe_debug_pub.add( 'BOOKED ORDER -- LOG A REQUEST TO PRICE LINE' ) ;
6451: END IF;
6452: OE_delayed_requests_Pvt.log_request(
6453: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
6454: p_entity_id => p_x_new_line_rec.line_Id,
6455: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6456: p_requesting_entity_id => p_x_new_line_rec.line_Id,

Line 6495: OE_delayed_requests_Pvt.log_request(

6491: and p_x_new_line_rec.calculate_price_flag = 'Y' Then
6492: p_x_new_line_rec.calculate_price_flag :='P';
6493: End If;
6494:
6495: OE_delayed_requests_Pvt.log_request(
6496: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6497: p_entity_id => p_x_new_line_rec.line_id,
6498: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6499: p_requesting_entity_id => p_x_new_line_rec.line_id,

Line 6517: oe_delayed_requests_pvt.log_request(

6513: IF l_debug_level > 0 THEN
6514: oe_debug_pub.add('(1) Logging Line Level First Period Bill Amt Request, for line_id= '
6515: ||p_x_new_line_rec.line_id ) ;
6516: END IF;
6517: oe_delayed_requests_pvt.log_request(
6518: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6519: p_entity_id => p_x_new_line_rec.line_id,
6520: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6521: p_requesting_entity_id => p_x_new_line_rec.line_id,

Line 6532: oe_delayed_requests_pvt.log_request(

6528: IF l_debug_level > 0 THEN
6529: oe_debug_pub.add('(2) Logging Line Level First Period Bill Amt Request, for header_id= '
6530: ||p_x_new_line_rec.header_id ) ;
6531: END IF;
6532: oe_delayed_requests_pvt.log_request(
6533: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6534: p_entity_id => p_x_new_line_rec.header_id,
6535: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6536: p_requesting_entity_id => p_x_new_line_rec.header_id,

Line 6625: OE_delayed_requests_Pvt.log_request(

6621:
6622: --FP bug 3335024 included summary line flag condition below
6623: If l_order_status_rec.ALL_LINES_FLAG = 'Y' or l_order_status_rec.summary_line_flag = 'Y' Then
6624: IF p_x_new_line_rec.item_type_code not in ('INCLUDED','CONFIG') THEN
6625: OE_delayed_requests_Pvt.log_request(
6626: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6627: p_entity_id => p_x_new_line_rec.Header_Id,
6628: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6629: p_requesting_entity_id => p_x_new_line_rec.Header_Id,

Line 6642: OE_delayed_requests_Pvt.log_request(

6638: /* BUG 2013611 BEGIN */
6639: IF l_debug_level > 0 THEN
6640: oe_debug_pub.add( 'LOG REVERSE_LIMITS DELAYED REQUEST FROM PROCESS_CANCELLED_LINES ' , 1 ) ;
6641: END IF;
6642: OE_delayed_requests_Pvt.log_request(
6643: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6644: p_entity_id => p_x_new_line_rec.line_id,
6645: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6646: p_requesting_entity_id => p_x_new_line_rec.line_id,

Line 6681: OE_delayed_requests_Pvt.log_request(

6677: Then
6678: --treat changed_lines as all_lines for now, will to
6679: --differential this 2 type in the future
6680: IF p_x_new_line_rec.item_type_code not in ('INCLUDED','CONFIG') THEN
6681: OE_delayed_requests_Pvt.log_request(
6682: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6683: p_entity_id => p_x_new_line_rec.Header_Id,
6684: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6685: p_requesting_entity_id => p_x_new_line_rec.Header_Id,

Line 6702: OE_delayed_requests_Pvt.log_request(

6698: oe_debug_pub.add( 'LOG REVERSE_LIMITS DELAYED REQUEST FROM
6699: PROCESS_CANCELLED_LINES FOR PARTIAL CANCEL CASE' , 1 ) ;
6700: END IF;
6701:
6702: OE_delayed_requests_Pvt.log_request(
6703: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6704: p_entity_id => p_x_new_line_rec.line_id,
6705: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
6706: p_requesting_entity_id => p_x_new_line_rec.line_id,

Line 6756: oe_delayed_requests_pvt.log_request(

6752: -- If G_CHANGED_LINE_TBL.Count = 0 Then -- Commented out for bug 12673852
6753: IF l_debug_level > 0 THEN
6754: oe_debug_pub.add( ' LOGGING DELAYED REQUEST TO RESET G_CHANGED_LINE_TBL' ) ;
6755: END IF;
6756: oe_delayed_requests_pvt.log_request(
6757: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6758: p_entity_id => p_header_id,
6759: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
6760: p_requesting_entity_id => p_header_id,