DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PUB dependencies on MTL_PARAMETERS

Line 4982: FROM mtl_parameters

4978: IF l_eam_item_type = 1 or l_eam_item_type = 3 THEN
4979: BEGIN
4980: SELECT maint_organization_id
4981: INTO l_curr_maint_org_id
4982: FROM mtl_parameters
4983: WHERE organization_id = p_organization_id;
4984: EXCEPTION
4985: WHEN OTHERS THEN
4986: NULL;