DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_SYS_PARAMETERS

Line 1800: l_credithold_cust VARCHAR2(10) := NVL(OE_SYS_PARAMETERS.value('ONT_CREDITHOLD_TYPE'),'S') ;

1796:
1797: -- ER#3667551 start
1798: l_new_tbl_entry varchar2(10) := '';
1799: l_bill_to_cust_id NUMBER := 0;
1800: l_credithold_cust VARCHAR2(10) := NVL(OE_SYS_PARAMETERS.value('ONT_CREDITHOLD_TYPE'),'S') ;
1801: -- ER#3667551 end
1802:
1803: BEGIN
1804:

Line 2346: IF Oe_Sys_Parameters.Value('COMPUTE_MARGIN') <> 'N' Then

2342: oe_debug_pub.add('Logging GET_COST request for all lines ...',5);
2343: FOR i in lines_cur LOOP
2344: oe_debug_pub.add('Fetching line_id :' || i.line_id ,0);
2345:
2346: IF Oe_Sys_Parameters.Value('COMPUTE_MARGIN') <> 'N' Then
2347: oe_debug_pub.add( 'before oe_delayed_requests_pvt.log_request call',5 ) ;
2348: oe_delayed_requests_pvt.log_request(
2349: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2350: p_entity_id => i.line_id,