DBA Data[Home] [Help]

APPS.OE_LINE_ATTRIBUTES dependencies on SO_LINE_ATTRIBUTES_INTERFACE

Line 6: ** given the records in so_line_attributes_interface.

2: /* $Header: OEXLATTB.pls 115.2 99/07/16 08:13:05 porting shi $ */
3:
4: /*
5: ** set_so_line_attributes is called from OrderImport to manipulate so_line_attributes
6: ** given the records in so_line_attributes_interface.
7: ** For op_code = INSERT/UPDATE, we only do UPDATE the records since
8: ** insertion is already done in oeoord()
9: ** For op_code = DELETE, we don't do any deletion since the complementing record in
10: ** so_line_attributes is deleted from oeoord()

Line 161: FROM so_line_attributes_interface

157: l_global_attribute18,
158: l_global_attribute19,
159: l_global_attribute20
160:
161: FROM so_line_attributes_interface
162: WHERE order_source_id = in_ord_source
163: AND original_system_reference = in_orig_sys_ref
164: AND original_system_line_reference = in_orig_sys_l_ref
165: AND Nvl(error_flag,'N') <> 'Y';