DBA Data[Home] [Help]

APPS.OE_BULK_LINE_UTIL dependencies on OE_BULK_ORDER_IMPORT_PVT

Line 710: --- Addind a new cursor c_lines1. this will be loaded if p_process_configurator=y and OE_BULK_ORDER_IMPORT_PVT.G_RTRIM_IFACE_DATA = 'N'

706: l.orig_sys_shipment_ref;
707:
708:
709: ----------------
710: --- Addind a new cursor c_lines1. this will be loaded if p_process_configurator=y and OE_BULK_ORDER_IMPORT_PVT.G_RTRIM_IFACE_DATA = 'N'
711: ----------------
712: CURSOR c_lines1 IS
713: SELECT * FROM (
714: -- records from the line interface tables ( include standard items and config items)

Line 1393: --- Addind a new cursor c_lines1_rtrim. this will be loaded if p_process_configurator=y and OE_BULK_ORDER_IMPORT_PVT.G_RTRIM_IFACE_DATA = 'N'

1389: sort_order;
1390:
1391:
1392: ----------------
1393: --- Addind a new cursor c_lines1_rtrim. this will be loaded if p_process_configurator=y and OE_BULK_ORDER_IMPORT_PVT.G_RTRIM_IFACE_DATA = 'N'
1394: ----------------
1395:
1396: CURSOR c_lines1_rtrim IS
1397: SELECT * FROM (

Line 2077: IF OE_BULK_ORDER_IMPORT_PVT.G_RTRIM_IFACE_DATA = 'N' THEN

2073: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
2074: --
2075: BEGIN
2076:
2077: IF OE_BULK_ORDER_IMPORT_PVT.G_RTRIM_IFACE_DATA = 'N' THEN
2078: IF p_process_configurations = 'N'
2079: THEN
2080: oe_debug_pub.add('before OPEN c_lines');
2081: