DBA Data[Home] [Help]

APPS.INVPAGI3 dependencies on MTL_PARAMETERS

Line 110: from MTL_PARAMETERS o

106: */
107:
108: update MTL_ITEM_REVISIONS_INTERFACE i
109: set i.organization_id = (select o.organization_id
110: from MTL_PARAMETERS o
111: where o.organization_code = i.organization_code)
112: where i.organization_id is NULL
113: and set_process_id = xset_id
114: and i.process_flag = l_process_flag_1;