DBA Data[Home] [Help]

APPS.OE_SET_UTIL dependencies on OE_SYS_PARAMETERS

Line 6301: l_param := NVL(oe_sys_parameters.Value('ONT_LINE_SET_WH',p_x_line_rec.org_id),'N'); --2843738

6297: IF l_debug_level > 0 THEN
6298: oe_debug_pub.add( 'ENTER PROCEDURE DEFAULT LINE SET '|| p_x_line_rec.line_id , 1 ) ;
6299: END IF;
6300:
6301: l_param := NVL(oe_sys_parameters.Value('ONT_LINE_SET_WH',p_x_line_rec.org_id),'N'); --2843738
6302:
6303: -- This will process only if the line is internal , standard and model and
6304: -- not shipped
6305:

Line 6817: l_auto_schedule_sets := NVL(oe_sys_parameters.Value('ONT_AUTO_SCH_SETS',p_x_line_rec.org_id),'Y');

6813: same warehouse.Also, this piece of code is only for ship sets, becuase arrival sets can
6814: have a different warehouse on each line.
6815:
6816: */
6817: l_auto_schedule_sets := NVL(oe_sys_parameters.Value('ONT_AUTO_SCH_SETS',p_x_line_rec.org_id),'Y');
6818: IF l_auto_schedule_sets = 'N' AND p_x_line_rec.schedule_ship_date IS NULL THEN --12866052
6819: IF l_debug_level > 0 THEN
6820: oe_debug_pub.add( 'p_old_line_rec.ship_from_org_id' ||p_old_line_rec.ship_from_org_id) ;
6821: oe_debug_pub.add( 'p_x_line_rec.ship_from_org_id' ||p_x_line_rec.ship_from_org_id) ;