DBA Data[Home] [Help]

APPS.WIP_WS_TIME_ENTRY dependencies on MTL_PARAMETERS

Line 184: from mtl_parameters

180: else
181:
182: select organization_code
183: into l_organization_code
184: from mtl_parameters
185: where organization_id = p_organization_id;
186:
187: select wip_entity_name
188: into l_wip_entity_name

Line 1146: from mtl_parameters

1142: ) then
1143: if (l_cost_flag = 'Y') then
1144: select organization_code
1145: into l_organization_code
1146: from mtl_parameters
1147: where organization_id = l_org_id;
1148:
1149: select wip_entity_name
1150: into l_wip_entity_name