DBA Data[Home] [Help]

APPS.INVPAGI3 dependencies on MTL_PARAMETERS

Line 96: from MTL_PARAMETERS o

92: */
93:
94: update MTL_ITEM_REVISIONS_INTERFACE i
95: set i.organization_id = (select o.organization_id
96: from MTL_PARAMETERS o
97: where o.organization_code = i.organization_code)
98: where i.organization_id is NULL
99: and set_process_id = xset_id
100: and i.process_flag = l_process_flag_1;