APPS.EAM_SRAPPROVAL_PVT dependencies on EAM_ORG_MAINT_DEFAULTS
Line 468: from eam_org_maint_defaults
464: else
465: begin
466: select owning_department_id
467: into l_default_department_id 468: from eam_org_maint_defaults 469: where object_type = 50
470: and object_id = p_customer_product_id
471: and organization_id = p_maintenance_org_id;
472: exception